Kris Koishigawa
a3fd1aa284
fix(challenges): H problems
2019-06-26 17:34:03 +08:00
Kris Koishigawa
537d1ed642
fix(challenges): G problems
2019-06-26 17:34:03 +08:00
Kris Koishigawa
abbfee1189
fix(challenges): Formatted F challenges
2019-06-26 17:34:03 +08:00
Kris Koishigawa
1a56a5b0ae
fix(challenges): Minor changes to D challenges. Add E challenges
2019-06-26 17:34:03 +08:00
Kris Koishigawa
461155f7ef
fix(challenges): Replaced image with svg in Cut a Rectangle
2019-06-26 17:34:03 +08:00
Kris Koishigawa
da4999cb46
fix(challenges): Moved challenge instructions to instructions section
2019-06-26 17:34:03 +08:00
Kris Koishigawa
3a7ac2c0c0
fix(challenges): Forgot to remove the space between the function name and first parenthesis
2019-06-26 17:34:03 +08:00
Kris Koishigawa
bc1d2be822
fix(challenges): Added all D problems except Department Numbers
2019-06-26 17:34:03 +08:00
Kris Koishigawa
d024b96a92
fix(challenges): Went back and fixed a missing A problem. Fixed C problems.
2019-06-26 17:34:03 +08:00
Kris Koishigawa
f9f4048258
fix(challenges): Revert 24 game due to another PR being submitted
2019-06-26 17:34:03 +08:00
Kris Koishigawa
201c383148
fix(challenges): Fixed formatting for numbered and challenges starting with A
2019-06-26 17:34:03 +08:00
Valeriy
5edaee4269
fix(curriculum): throws is not defined
2019-05-02 01:01:00 -07:00
Lipis
e84ae45008
Javascript -> JavaScript (English) ( #35183 )
...
* Javascript -> JavaScript (English)
* Update technical documentation page for required change
* Update use-class-syntax-to-define-a-constructor-function.english.md
* Update left-factorials.md
2019-03-28 14:05:41 +05:30
Kristofer Koishigawa
3e51ced41b
fix(challenges): Remove duplicate Rosetta Code sorting problems ( #35547 )
...
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md ).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] All the files I changed are in the same world language (for example: only English changes, or only Chinese changes, etc.)
- [x] My changes do not use shortened URLs or affiliate links.
<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->
This PR is to remove duplicate Rosetta Code sorting problems that exist in other parts of the curriculum. Here are the problems that are being removed:
* Sorting algorithms/Bubble sort
* Sorting algorithms/Counting sort
* Sorting algorithms/Heapsort
* Sorting algorithms/Insertion sort
* Sorting algorithms/Merge sort
* Sorting algorithms/Quicksort
* Sorting algorithms/Radix sort
* Sorting algorithms/Selection sort
This PR only removes the challenges in English. I could remove the other languages in this PR, or in another PR.
Closes #34776
2019-03-21 13:05:02 +05:30
Bhanu Pratap Singh Rathore
79394d141f
feat(interview-prep): Converting and transferring Rosetta problems ( #35487 )
...
* feat(interview-prep): Converting and transferring Rosetta problems
* feat(interview-prep): Fixing challenges
* fix(challenges): Added code tags
* Update knight's-tour.md
Moved text to instructions section and fixed a small typo.
* feat(interview-prep): Update description of Knight's tour
Co-Authored-By: NitronR <bhanur05@gmail.com>
* feat(interview-prep): Update description of Kaprekar numbers
Co-Authored-By: NitronR <bhanur05@gmail.com>
* feat(inteview-prep): Kaprekar numbers description
Added <code> tags.
* fix(interview-prep): Update description Kaprekar Numbers
Co-Authored-By: NitronR <bhanur05@gmail.com>
* fix(interview-prep): Added code tags Kaprekar numbers
Co-Authored-By: NitronR <bhanur05@gmail.com>
2019-03-21 11:52:35 +05:30
NITIN BISHT
228d873dd3
Fix: remove quote from challenge where not needed [english] ( #35493 )
2019-03-19 15:04:03 +05:30
The Coding Aviator
17715a795e
fix(formatting): Zhang-Suen | Rosetta Code ( #35472 )
...
* fix(formatting): Move challenge instructions to instruction section
* Fix table and list
* fix(curriculum): Zhangsuen
* fix(curriculum): add bold tags
* Fix typo in instructions
2019-03-18 17:19:02 +09:00
The Coding Aviator
8069923feb
24 Game: Move instruction to instructions section
2019-03-08 15:53:02 +09:00
The Coding Aviator
084ba9c782
fix(formatting): Minor changes in 24 Game challenge
2019-03-08 15:53:02 +09:00
The Coding Aviator
f8061bcb56
Fixed formatting of the 24 Game | Rosetta challenge
2019-03-08 15:53:02 +09:00
The Coding Aviator
081284c2d3
fix: Formatting for Zig Zag Matrix challenge ( #35403 )
...
* fix: Formatting for Zig Zag Matrix challenge
* Remove non-breaking spaces and replace them with normal spaces
* Update zig-zag-matrix.english.md
* Move instructions to instructions section from description
* Update zig-zag-matrix.english.md
2019-03-05 11:57:57 +05:30
The Coding Aviator
8bac073687
fix(formatting): Zeckendorf challenge | Rosetta code ( #35474 )
...
* fix(formatting): Zeckendorf challenge | Rosetta code
* Update zeckendorf-number-representation.english.md
2019-03-05 11:51:56 +05:30
Mahesh Jaganiya
d11bb33f56
Fixed Typo ( #35098 )
2019-02-07 22:52:14 -08:00
Bhanu Pratap Singh Rathore
8584637254
feat(interview-prep): Transfering Rosetta problems from Curriculum ( #34822 )
2019-01-30 17:11:15 +09:00
Bhanu Pratap Singh Rathore
c820cdab80
feat(interview-prep): Adding Rosetta Code problems ( #34710 )
2018-12-30 22:35:56 +09:00
Bhanu Pratap Singh Rathore
4d55a04e21
feat(interview-prep): Adding Rosetta Code problems ( #34634 )
2018-12-18 21:16:11 +09:00
Bhanu Pratap Singh Rathore
ebf472f5f3
feat(interview-prep): Added Rosetta problem ( #31093 )
...
* feat(interview-prep): Added Rosetta problem
* Update sort-an-array-of-composite-structures.md
* feat(interview-prep): Added meta data
* feat(interview-prep): Added Bogosort Meta Data
* Added whitespace to the tests
2018-12-10 16:03:31 +09:00
Bhanu Pratap Singh Rathore
67cf2b3c0e
feat(interview-prep): Porting Rosetta Problem: Sort Disjoint ( #31105 )
...
* feat(interview-prep): Porting Rosetta Problem: Sort Disjoint
* feat(interview-prep): Fixes
* feat(interview-prep): FIxed indent and solution
* Added whitespace to the tests
2018-12-10 16:03:04 +09:00
Bhanu Pratap Singh Rathore
bfd84cdefc
feat(interview-prep): Porting Rosetta Problem: Sort stability ( #31119 )
2018-12-10 16:02:43 +09:00
Bhanu Pratap Singh Rathore
8a30bf5705
feat(interview-prep): Porting Rosetta Problem: Sort custom ( #31160 )
2018-12-10 16:02:20 +09:00
Bhanu Pratap Singh Rathore
381973d870
feat(interview-prep): Porting Rosetta Problem: Bead Sort ( #31173 )
2018-12-10 15:51:36 +09:00
Bhanu Pratap Singh Rathore
515d884342
feat(interview-prep): Porting Rosetta Problem: Bogosort ( #31178 )
2018-12-10 15:44:18 +09:00
Valeriy
591309550b
test(curriculum): check tests against solutions ( #27716 )
2018-10-24 16:45:00 +05:30
Valeriy
79d9012432
fix(curriculum): quotes in tests ( #18828 )
...
* fix(curriculum): tests quotes
* fix(curriculum): fill seed-teardown
* fix(curriculum): fix tests and remove unneeded seed-teardown
2018-10-20 23:32:47 +05:30
Bouncey
ee9f6b2d72
chore(meta): Move challenge meta to challenges root
2018-10-11 02:15:05 +05:30
Bouncey
ac1ea780fc
fix(challenge-md): Fix formatting errors
2018-10-08 12:54:03 +01:00
Bouncey
a859035023
fix(challenge-md): Fix quotes that failed in the transform
2018-10-08 11:38:26 +05:30
Bouncey
8f39bc1288
chore(curriculum): Remove files in wrong format
2018-10-05 15:58:12 +01:00