freeCodeCamp/curriculum/challenges/english/10-coding-interview-prep/data-structures
nayanadasgupta f5eb0d55fb
fix(curriculum): add element to create-a-stack tests (#42326)
* Adding more than one stack item to the stack tests for #42322

* fix(curriculum): improved peek, pop and clear tests

tests that peek does not remove top element and pop does remove top element and addded an element to the stack for the clear test
2021-06-03 09:01:34 +02:00
..
add-a-new-element-to-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
add-elements-at-a-specific-index-in-a-linked-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
adjacency-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
adjacency-matrix.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
breadth-first-search.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
check-if-an-element-is-present-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
check-if-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-circular-queue.md Add line breaks to instructions (#40425) (#40428) 2021-01-20 22:19:21 -07:00
create-a-doubly-linked-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-hash-table.md fix(learn): Added more robust logic for the remove test case in Create A Hash Table (#41283) 2021-03-09 12:45:20 -06:00
create-a-linked-list-class.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-map-data-structure.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-priority-queue-class.md fix: remove end of line chars after code blocks (#41498) 2021-03-16 07:49:43 -07:00
create-a-queue-class.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-set-class.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-stack-class.md fix(curriculum): add element to create-a-stack tests (#42326) 2021-06-03 09:01:34 +02:00
create-a-trie-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-an-es6-javascript-map.md fix: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00
create-and-add-to-sets-in-es6.md fix(curriculum) replace single-line blocks with multi-line blocks for… (#41526) 2021-03-25 07:43:13 -07:00
delete-a-leaf-node-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
delete-a-node-with-one-child-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
delete-a-node-with-two-children-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
depth-first-search.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
find-the-minimum-and-maximum-height-of-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
find-the-minimum-and-maximum-value-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
implement-heap-sort-with-a-min-heap.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
incidence-matrix.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
insert-an-element-into-a-max-heap.md fix(curriculum) replace single-line blocks with multi-line blocks for… (#41526) 2021-03-25 07:43:13 -07:00
invert-a-binary-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
learn-how-a-stack-works.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
perform-a-difference-on-two-sets-of-data.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
perform-a-subset-check-on-two-sets-of-data.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
perform-a-union-on-two-sets.md fix(learn): update the return Object.values & solution (#40451) 2021-02-01 13:12:54 +05:30
perform-an-intersection-on-two-sets-of-data.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
remove-an-element-from-a-max-heap.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
remove-elements-from-a-linked-list-by-index.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
remove-elements-from-a-linked-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
remove-items-from-a-set-in-es6.md fix(curriculum) replace single-line blocks with multi-line blocks for… (#41526) 2021-03-25 07:43:13 -07:00
reverse-a-doubly-linked-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
search-within-a-linked-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
typed-arrays.md fix(curriculum) replace single-line blocks with multi-line blocks for… (#41526) 2021-03-25 07:43:13 -07:00
use-.has-and-.size-on-an-es6-set.md fix(curriculum) replace single-line blocks with multi-line blocks for… (#41526) 2021-03-25 07:43:13 -07:00
use-breadth-first-search-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-depth-first-search-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-spread-and-notes-for-es5-set-integration.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
work-with-nodes-in-a-linked-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00