Commit Graph

12 Commits

Author SHA1 Message Date
56d7caf6d5 fix(challenges): add solution to project euler 53 2018-07-14 19:45:26 +09:00
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
93295433c7 fix(challenges): fix initial contents
fixed: unable solve challenges without editing code outside comments
2018-07-08 22:44:00 +09:00
f31fe38d43 fix(challenges): add solution project euler 52 2018-07-08 12:55:40 +09:00
816be51471 fix(interview-prep): Remove duplicates 2018-06-24 14:41:31 +01:00
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
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
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
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
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
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
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