Bharath Kumar
f572324009
fix(challenges): add solution, test to project euler problems
...
This commit achieves the following:
Add solution to problems: 21, 25, 29, 35, 55
Add/modify tests to problems: 5, 12, 14, 25, 55
Update description to problems: 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 55
fix(challenges): add solution and tests for project euler problem 55
Added solution and tests to evaluate problem 55 of Project Euler challenges.
2018-09-01 11:48:12 +09:00
Niraj Nandish
dcd8e45318
fix(challenges): challenge description is formatted and concised
2018-08-02 17:50:49 +09:00
Hugo
d1b207553b
fix(challenges): update test and add solution for DS challenge
...
ISSUES CLOSED : #164
2018-08-02 17:12:40 +09:00
Alvin Lim
56d7caf6d5
fix(challenges): add solution to project euler 53
2018-07-14 19:45:26 +09:00
Guy Even
a4f810e845
fix(challenges): fixed a typo in Data structures challege
...
fixed typo in data structures: create and add to sets in ES6
ISSUES CLOSED : freeCodeCamp/freeCodeCamp#17786
2018-07-09 18:20:27 +09:00
ValeraS
93295433c7
fix(challenges): fix initial contents
...
fixed: unable solve challenges without editing code outside comments
2018-07-08 22:44:00 +09:00
Alvin Lim
f31fe38d43
fix(challenges): add solution project euler 52
2018-07-08 12:55:40 +09:00
NitronR
816be51471
fix(interview-prep): Remove duplicates
2018-06-24 14:41:31 +01:00
Bhanu Pratap Singh Rathore
21930a8c1b
feat(interview-prep): Porting Rosetta problems ( #17537 )
...
* feat(interview-prep): Porting Rosetta problems
* Objects formatted and description updated.
* Update rosetta-code.json
* Update rosetta-code.json
* Fixed syntax for Identity matrix description array
2018-06-24 14:41:31 +01:00
Bhanu Pratap Singh Rathore
a133a3f139
feat(interview-prep): Porting Rosetta problems ( #17537 )
...
* feat(interview-prep): Porting Rosetta problems
* Objects formatted and description updated.
* Update rosetta-code.json
* Update rosetta-code.json
* Fixed syntax for Identity matrix description array
2018-06-19 17:53:24 +05:30
Bhanu Pratap Singh Rathore
5e2c24e3b8
feat(interview-prep): Porting Rosetta problems ( #17480 )
...
* feat(interview-prep): Porting Rosetta problems
* Changes done
* Update rosetta-code.json
* Update rosetta-code.json
2018-06-11 18:22:32 +05:30
Kristofer Koishigawa
bcee3174aa
style(challenges): Format Descriptions for Project Euler 1-16 ( #17172 )
...
Here are a list of style changes made for problems 1-16:
* 2: Centered text
* 6: Centered text and `<sup>` tags
* 8: Centered text
* 9: Centered text, `<var>`, and `<sup>` tags
* 11: Centered text and spacing between number grid and next paragraph
* 12: Tab spacing (padding-left: 4em)
* 14: Centered text, `<var>` tags, and tab spacing (padding-left: 4em)
* 16: `<sup>` tags
BREAKING CHANGE: None
2018-05-23 12:58:03 +05:30
Kristofer Koishigawa
b996d86cc3
style(challenges): Format Descriptions for Project Euler 17-26 ( #17175 )
...
Here's a list of style changes made for problems 17-26:
*17: Bold tags
*18: Bold tags
*19: ul and li tags for leap year information
*20: var tags and line break
*21: var tags
*22: added code tag
*23: var tags
*24: centered text and var tag
*25: sup tags, tab-like spacing, and CSS grid for spacing
*26: sub, sup, and var tags, and CSS grid for spacing
BREAKING CHANGE: None
2018-05-23 12:56:51 +05:30
Stuart Taylor
4e645a5ff6
Package: Validate challenges on test ( #17216 )
...
This PR allows us to validate the schema during test.
It also removes some cruft from the seed files and ensures only the required data is packaged and consumable, reducing the package weight somewhat.
2018-05-22 18:13:14 +05:30
Stuart Taylor
ee66d84ccb
feat(package): Initial Curriculum separation ( #17174 )
...
* feat(package): Initial Curriculum separation
* feat(package): Add org scope to package
* chore(ooops): Remove development file
* feat(npm): Add .npmignore
* fix(paths): Fix curriculum paths
* feat(build): Add a build step
* chore(seed): Move package file back to seed
* fix(ignore): Fix .npmIgnore file
* chore(docs): Update README
* chore(seed): Rename coding interview blocks
* fix(seed): Challenge files now fit into learn
* chore(seed): Update seed files for use in learn
* chore(escapes): Unescape script tags of jQuery
2018-05-21 19:26:49 +05:30