File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,20 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
8686
8787** Total number of challenges: 120**
8888
89+ ### Reference Implementations: Data Structures
90+
91+ Unit tested, fully functional implementations of the following data structures:
92+
93+ * [ Linked List] ( http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/linked_lists/linked_list/linked_list_solution.ipynb )
94+ * [ Stack] ( http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/stacks_queues/stack/stack_solution.ipynb )
95+ * [ Queue] ( http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/stacks_queues/queue_list/queue_list_solution.ipynb )
96+ * [ Binary Search Tree] ( http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/graphs_trees/bst/bst_solution.ipynb )
97+ * [ Graph] ( http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/graphs_trees/graph/graph_solution.ipynb )
98+ * [ Min Heap] ( http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/graphs_trees/min_heap/min_heap_solution.ipynb )
99+ * [ Trie] ( http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/graphs_trees/trie/trie_solution.ipynb )
100+ * [ Priority Queue] ( http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/arrays_strings/priority_queue/priority_queue_solution.ipynb )
101+ * [ Hash Map] ( http://nbviewer.ipython.org/github/donnemartin/interactive-coding-challenges/blob/master/arrays_strings/hash_map/hash_map_solution.ipynb )
102+
89103### Installing and Running Challenges
90104
91105* [ Repo Structure] ( #repo-structure )
You can’t perform that action at this time.
0 commit comments