a1928ba272
Update the return value of values method in create a set class challenge ( #40450 )
...
* fix #40443
* Fix the solution add method
2020-12-15 18:15:33 -07:00
0bd52f8bd1
Feat: add new Markdown parser ( #39800 )
...
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00
6c5304980d
fix(learn): type checking and additional test for isBalanced binary search tree ( #40323 )
...
* Update find-the-minimum-and-maximum-height-of-a-binary-search-tree.md
* fixed binary search tree values for balanced tree test
* Apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2020-11-26 22:33:45 -06:00
9ba94e38b4
fix(learn): isSorted
returning true on empty arrays which passes the test ( #40192 )
...
* bug-fix: isSorted returning true on empty arrays
* sorted order test improvements
2020-11-20 09:51:59 -08:00
2c9a900353
fix: added more values to list to improve tests ( #40256 )
2020-11-18 09:38:26 +00:00
f2236983a2
Strengthen test for reassigning node reference ( #40133 )
2020-11-04 09:46:18 -08:00
5f956e9a16
Strengthen isBinarySearchTree test ( #39982 )
2020-10-26 13:30:46 -05:00
f6fcb26a9d
fix(learn): strengthen a test in "Data Structures: Remove Elements from a Linked List" ( #39977 )
...
* Add an additional test to LinkedList.remove
* Consolidate tests
2020-10-15 17:14:05 +01:00
2b9e38a17b
fix: replace .english.md extension with .md
2020-09-29 22:09:04 +02:00
876d9f3994
fix(learn): Consolidated comments for Coding Interview Prep challenges - part 2 of 2 ( #39576 )
...
* fix: consolidate comments for use with the translation dictionary
* fix: added blank line between comments
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
* fix: removed unneeded comment
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-09-16 01:01:21 +05:30
bd68b70f3d
Feat: hide blocks not challenges ( #39504 )
...
* fix: remove isHidden flag from frontmatter
* fix: add isUpcomingChange
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
* feat: hide blocks not challenges
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
2020-09-03 15:07:40 -07:00
b45e6ecae0
Add previously written methods to challenge seed in "Remove an Element from a Max Heap" ( #38834 )
...
* Add previous methods to challenge seed
* fix: add suggested changes
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-09-03 10:40:23 -05:00
474ae28d72
Fix number of noun ( #38833 )
...
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-08-30 22:15:58 -07:00
f813dfff87
fix: Replace Array.prototype.sort and update old isSorted method. ( #39360 )
...
* fix: Replace Array.prototype.sort and update old isSorted method.
* fix: Change name of function from 'checkInBuiltSort' to 'checkBuilitInSort'.
* fix: Change name of function from 'checkBuilitInSort' to 'isBuiltInSortUsed'.
2020-08-10 13:31:18 -07:00
0642002005
Remove add
method test ( #38824 )
2020-08-04 14:37:58 -07:00
cd90da13f0
Disambiguate "Priority Queue" instructions ( #38805 )
...
* Disambiguate "Priority Queue" instructions
* Add front() to solution
* Add tests for front() method
* Fix test typo
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-07-15 11:49:56 -05:00
8656556ca2
Standardize indent size in Data Structures challenge seeds ( #38803 )
...
* Standardize indent size in "Priority Queue" seed
* Standardize indent size in "Circular Queue" seed
* Standardize indent size
* Standardize indents "Search within a Linked List"
* Standardize indents "Remove Elements from a Linked List by Index"
2020-07-08 16:58:15 -05:00
ff9148ca51
Improve formatting in Max Heap lessons ( #38835 )
...
* Improve formatting in max heap lessons
* Switch to HTML ordered lists
2020-07-08 16:54:02 -05:00
1f3fa5f0ed
fix(curriculum): Add default white bg to tree DS image for better view ( #39086 )
...
* fix(curriculum): Add bg to tree DS image for better view
2020-06-24 19:20:34 +02:00
3b65bc8191
fix(learn): typo in "Priority Queue" description ( #38804 )
2020-05-28 12:37:12 +05:30
0bbbd16aa9
Clarify ambiguous instructions in "Stack Class" ( #38802 )
2020-05-27 18:14:15 -05:00
22afc2a0ca
feat(learn): python certification projects ( #38216 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
Co-authored-by: Beau Carnes <beaucarnes@gmail.com >
2020-05-27 13:19:08 +05:30