freeCodeCamp/curriculum/challenges/english/08-coding-interview-prep/data-structures
Randell Dawson c25fa49b5b fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765)
* fix: changed test text to use should

* fix: corrected typo

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: corrected typo

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: corrected typo

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: use singular of verb

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: changed punctuation

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: reworded test text

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-11-19 20:13:45 -05:00
..
add-a-new-element-to-a-binary-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
add-elements-at-a-specific-index-in-a-linked-list.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
adjacency-list.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
adjacency-matrix.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
breadth-first-search.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
check-if-an-element-is-present-in-a-binary-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
check-if-binary-search-tree.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
create-a-circular-queue.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
create-a-doubly-linked-list.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
create-a-hash-table.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
create-a-linked-list-class.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
create-a-map-data-structure.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
create-a-priority-queue-class.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
create-a-queue-class.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
create-a-set-class.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
create-a-stack-class.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
create-a-trie-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
create-an-es6-javascript-map.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
create-and-add-to-sets-in-es6.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
delete-a-leaf-node-in-a-binary-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
delete-a-node-with-one-child-in-a-binary-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
delete-a-node-with-two-children-in-a-binary-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
depth-first-search.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
find-the-minimum-and-maximum-height-of-a-binary-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
find-the-minimum-and-maximum-value-in-a-binary-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
implement-heap-sort-with-a-min-heap.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
incidence-matrix.english.md fix: correct typos in incidence matrix instruction (#37779) 2019-11-18 16:34:23 -08:00
insert-an-element-into-a-max-heap.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
invert-a-binary-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
learn-how-a-stack-works.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
perform-a-difference-on-two-sets-of-data.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
perform-a-subset-check-on-two-sets-of-data.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
perform-a-union-on-two-sets.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
perform-an-intersection-on-two-sets-of-data.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
remove-an-element-from-a-max-heap.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
remove-elements-from-a-linked-list-by-index.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
remove-elements-from-a-linked-list.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
remove-items-from-a-set-in-es6.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
reverse-a-doubly-linked-list.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
search-within-a-linked-list.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
typed-arrays.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
use-.has-and-.size-on-an-es6-set.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30
use-breadth-first-search-in-a-binary-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
use-depth-first-search-in-a-binary-search-tree.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
use-spread-and-notes-for-es5-set-integration.english.md fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 (#37765) 2019-11-19 20:13:45 -05:00
work-with-nodes-in-a-linked-list.english.md fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558) 2019-08-05 22:14:37 +05:30