Commit Graph

123 Commits (c2e057aadcc7c2790d0896d848131f280806039f)

Author SHA1 Message Date
Alvin Lim 8511653b54 feat(challenges): Added more assertion for Project Euler problem twe 2017-08-27 16:35:31 +07:00
Timo 890a262d00 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
Aung Myo Kyaw 575c362d1a feat(seed): Add tests and solution to Problem: Largest Prime Factor 2017-08-25 17:08:51 +06:30
Alvin Kristanto 1e2364bb74 feat(challenges): Updated project euler problem (#15754)
added more assertion and tweaked the task

feat(challenges): Added solution for project euler

Added solution for project euler problem 21
2017-08-21 23:36:34 -05:00
Sophanarith Sok 74f35d6999 test(tests): Add tests to Problem: Even Fibonacci Numbers (#15773)
Add more specific tests and edit motivational comment for something more
interesting.
2017-08-21 23:15:54 -05:00
Sophanarith Sok 56b9349c37 test(seed): Add tests to Project Euler (#15750)
Add more tests. Add parameter to function to enable more specific tests
and enables easier way to verify a valid function. Update problem
description.
2017-08-11 14:57:00 -05:00
Alvin Kristanto a6881d9991 edited project euler problem 20 (#15748)
revert(challenges): Change function name, parameters given, and return

Give better naming, avoid infiinite loop
2017-08-11 14:17:25 -05:00
Cody Seibert 67e1d86dc8 feat(quiz): initial quiz view which can be used for multiple choice (#15743)
quizes
2017-08-08 14:31:26 -05:00
Shubham Sharma 763f570d13 fix(challenges): Change hyperdev link to glitch (#15694)
Closes #15691
2017-07-31 14:33:42 -05:00
Milo Hartsoe 1a1002fc0f Rename length() as size() because the solution and future challenges use size() 2017-07-14 23:50:54 -04:00
Dylan 357865ce41 Merge pull request #15622 from beaucarnes/fix/typo-adjacency-list-challenge
fix typo on challenge (#15621)
2017-07-11 10:41:38 -05:00
Beau Carnes 4004c6454d fix typo on challenge (#15621) 2017-07-10 21:25:26 -04:00
Milo Hartsoe 1ee5763e47 Adds glitch weather API to take home interview weather project. (#15608) 2017-07-09 11:06:31 +05:30
Eric Leung c13d7ffb43 Merge pull request #14706 from QuincyLarson/feature/add-project-euler-problems
Feature/add project euler problems
2017-07-02 10:03:52 -07:00
padulam 0b5927ae29 Remove user story from Twitch.tv project 2017-06-13 15:06:34 -04:00
Jonathan de6349494f Changed http to https for codepen links on challenges for data visualization project and take home interview projects (#15331) 2017-06-13 11:30:43 +05:30
Peter Weinberg 9b76d25f32 fix(challenge): fix bug in learn a stack challenge 2017-05-15 19:10:32 -04:00
Beau Carnes 890b4aa97a Fixing error in data structure description (#14859)
Referenced in https://github.com/freeCodeCamp/freeCodeCamp/issues/14843
2017-05-14 22:53:16 +05:30
Peter Weinberg 983cbf99dc fix(tests): improve sorting algos section 2017-05-07 22:20:42 -04:00
P1xt e9b5c4e7c4 Scraped first 600 Project Euler Problems (#14605)
Notes:

This is a rough draft to get everyone started.

* Questions for which I did not have confirmed answers for have "TODO" marked in the tests.
* Some descriptions contain latex - I scraped them off the official project euler site (where they use MathJax)
* Some descriptions contain images - easily found in the json by looking for contiguous blank lines - these will have to be handled manually.
2017-05-03 15:32:23 -05:00
Quincy Larson d489ae78b6 add first 10 project euler problem text and titles 2017-05-03 15:32:23 -05:00
Max 0bf675d14b Updated url for the Twitch API Docs (#14487) 2017-04-24 01:40:58 +05:30
Eric Leung 68a5cbcd1c Merge pull request #14115 from JoolsMcFly/fix/wrong-use-of-it-s
replace it's with its in descriptions
2017-04-19 09:09:12 -07:00
Dylan 4c14b14e39 Merge pull request #14164 from Manish-Giri/fix/fix-instructions-learn-how-stack-works
Change stack top element in instructions
2017-04-16 12:04:58 -05:00
MANISH-GIRI bf6f0b141f Update variable in typed arrays 2017-04-14 19:30:38 -04:00
Dylan c7b55b06bc improve weather app project instructions (#14339) 2017-04-11 16:25:15 -05:00
Julien Dephix ce93077cd6 replace "it's" by "its" (and vice versa) in descriptions and replace 'to lookup' by 'to look up' 2017-04-06 06:31:08 +02:00
MANISH-GIRI 56296bb1ce Add description about front() in Priority Queue 2017-03-30 22:02:52 -04:00
MANISH-GIRI 9887a0b0dc Change stack top element in instructions 2017-03-30 21:02:15 -04:00
Dylan 6de52d7af0 Merge pull request #14054 from ZZhaoTireless/fix/replace-gomax-to-glitch
Fix: replace all GoMix with Glitch
2017-03-24 13:34:21 -05:00
ZZhaoTireless 60884f393f Fix: replace all GoMix with Glitch 2017-03-23 22:26:45 -04:00
Sean Smith c81c76f9eb Merge pull request #14013 from JoolsMcFly/fix/simplify-solution-to-priority-challenge
add a simpler solution to Priority Queue
2017-03-22 18:21:17 -07:00
Eric Leung 60d7bc25b9 Merge pull request #13991 from frdmn/fix/remove-newlines
Remove multiple redundant new lines
2017-03-21 13:03:13 -07:00
Julien Dephix c708de91ef add a simpler solution to Priority Queue
Existing solution is a bit overkill (reduce + temp array). 
This PR introduces, I believe, a simpler to understand solution.
2017-03-20 10:22:43 +01:00
Julien Dephix f0ce3e1c98 update description for PrioriyQueue challenge
changed "We've starting writing" to "We've started writing"
2017-03-20 09:37:35 +01:00
Jonas Friedmann 1d46a17163 Remove multiple redundant new lines 2017-03-18 20:50:23 +01:00
Ethan Arrowood ad2dfc268f Updated and Reviewed Data Structure Set challenges (#13858)
* Updated and reviewed first two Set challenges.

* Updated and Reviewed more Set challenges

* updated and reviewed set challenges. one to go.

* Updated and reviewed all Set challenges

* Fixed solution errors

* Updated and reviewed first two Set challenges.

Updated and Reviewed more Set challenges

updated and reviewed set challenges. one to go.

Updated and reviewed all Set challenges

Fixed solution errors
2017-03-18 03:08:50 -05:00
Eric Leung 888ad67131 Merge pull request #13576 from Greenheart/fix/learn-stack-tests
fix(challenge): More robust test for "Learn how a Stack Works".
2017-03-09 01:02:25 -08:00
Matt 7608a0281f updated descriptions in linked list challenges for clarity, grammar and better ease of comprehension (#13647) 2017-03-05 21:38:09 -06:00
Kenneth-LJS ffd2383361 Clean up binary tree challenges (#13603) 2017-03-05 18:42:16 -06:00
Sean Smith 7557257095 revised priority queue challenge (#13691) 2017-03-05 18:06:18 -06:00
Peter Weinberg a91f781789 updated URLs for example codepens (#13637) 2017-03-03 02:00:55 -06:00
dhcodes baf1d0cff8 Fix challenge title formatting misc 2017-02-27 08:47:23 -06:00
Samuel Plumppu 106ab9369e fix(challenge): More robust test for "Learn how a Stack Works". 2017-02-27 15:28:00 +01:00
Kenneth 7cbe1f8ac4 Fix semicolon errors 2017-02-25 21:59:02 +08:00
Samuel Plumppu 24d457e8cd Merge pull request #13566 from Kenneth-LJS/fix/fix-adding-to-set-challenge-test
Fix 'Creating and Adding to Sets in ES6' challenge
2017-02-25 10:42:19 +01:00
Kenneth 62450896c7 Fix 'Creating and Adding to Sets in ES6' challenge 2017-02-25 11:25:56 +08:00
Samuel Plumppu 901fce85b8 Merge pull request #13343 from erictleung/fix/format-learning-about-stacks
Format Learn how a stack works challenge
2017-02-25 00:27:18 +01:00
MANISH-GIRI 2e455307ed Add tests for remove from set 2017-02-23 20:48:12 -05:00
Samuel Plumppu f2e9b633f0 Merge pull request #13484 from Manish-Giri/fix/fix-instructions-doubly-linked-list
Fix description in create linked list
2017-02-21 09:07:36 +01:00
MANISH-GIRI 5520f11104 Fix description in create linked list 2017-02-20 19:17:47 -05:00
quentin dd77bbc46d indexOf() instead of includes() 2017-02-20 15:42:50 -05:00
Samuel Plumppu 72b6a4ddd2 Merge pull request #13453 from bonham000/fix/adv-data-structures-circular-queue
revised circular queue challenge and added working tests
2017-02-20 20:29:26 +01:00
Sean Smith 8df539e746 revised circular queue challenge and added working tests 2017-02-20 11:25:00 -08:00
Eric Leung 97a8531de4 Format Learn how a stack works challenge
- Improve readability of challenge
- Spell out JavaScript abbreviations
- Apply appropriate dfn and code tags
- Change from single quotes to double quotes
- Add periods to end of challenge tests
2017-02-19 18:36:33 -08:00
MANISH-GIRI f250f4ec3d Fix instructions and challenge seed in linked-list 2017-02-19 03:03:18 -05:00
Eric Leung af549f8034 Format Depth-First Search algorithm for graphs (#13316)
- Add dfn and code tags
- Add img-responsive to GIF image
- Use horizontal rule instead of "Instructions"
- Fix challenge tests and add working solution
- Add DFS challenge solution
- Add additional tests to thoroughly check answer
2017-02-19 01:28:03 +05:30
Samuel Plumppu 9bf3c40492 fix(challenge): Fix broken tests for Linked List challenge. (#13388)
* Also added a solution to increase `npm test` coverage.
2017-02-19 00:51:47 +05:30
Quincy Larson 2709eb6b3a add releasedOn dates to all new challenges (#13417) 2017-02-19 00:00:12 +05:30
Samuel Plumppu 6bc0672b83 fix(challenge): Improve tests for Circular Queue challenge. (#13308)
* Fix some typos that prevented valid solutions from passing.
* Add new test cases to better test for what the instructions ask for.
* Improve test-messages.
* Add passing solution, to increase coverage of `npm test`.
2017-02-18 22:48:23 +05:30
Jamos Tay a0df8bbeeb Add requirement for add function to return boolean (#13404) 2017-02-17 21:06:53 -06:00
Jamos Tay f7327fe9a9 Change example code 2017-02-17 11:42:27 +08:00
MagiaSN ab10c3ca50 Fix description of 2nd test in challenge Inventory Update 2017-02-10 23:06:54 +08:00
Dylan d372128601 replace Hyperdev references with Gomix 2017-02-05 14:10:52 -06:00
Peter Weinberg 512506fa33 chore(seed): freeCodeCampify remaining sections of codebase 2017-02-02 18:29:59 -05:00
Samuel Plumppu 0c7cd1a3a5 Merge pull request #12910 from envy7/fix/empty-translations
Removed all empty translations present in the challenges in the seed files
2017-02-01 18:01:44 +01:00
envy7 cd78eeae72 removed all empty translations present in the challenges in the seed files 2017-02-01 15:14:37 +05:30
Eric Leung c13a82252a Format Breadth-First Search for graphs challenge
- Apply appropriate formatting for key words
- Make algorithm image responsive
- Apply code tags around appropriate words
- Remove unnecessary semicolon in seed code
- Fix test with Infinity value
- Add solution to Breadth-First Search
2017-01-31 22:25:06 -08:00
Eric Leung 2a5a992b83 Format Incidence Matrix challenge
- Title case title to make consistent with other ADS challenges
- Add definition tags to new words
- Put multi-line code in blockquotes
- Add convenience spaces in seed code
- Fix misspelled variables in tests
- Add solution to incidence matrix challenge
- Add appropriate code tags around text
2017-01-29 20:18:22 -08:00
Eric Leung ee003ac9d6 Format text in several Adv Data Struc challenges
- Format Typed Arrays
- Format Directed and Undirected Graphs
- Format Adjacency List
- Format Adjacency Matrix
- Added solutions code for the above four challenges
- Add horizontal rules before challenge requirements
- Change "Directed and Undirected Graphs" challenge into "Introduction
  to Graphs"
2017-01-29 12:17:50 -08:00
Sean Smith ffe8c743d2 Improvements to adv. algos and data structures 2017-01-25 00:04:16 -08:00
Syntactual 5633d4f45d added some text to the challenge 08-coding-interview-questions 2017-01-22 08:25:44 -06:00
Quincy Larson 3bb8c29019 improve interviewing section titles 2017-01-20 16:31:35 -06:00