Add iterative version of binary tree traversal and enum to switch algo
This commit is contained in:
@@ -60,15 +60,15 @@ To run the tests:
|
||||
** Stacks and Queues [0/2]
|
||||
- [ ] Stack Min (CTCI: 3.1)
|
||||
- [ ] Sort Stack (CTCI: 3.5)
|
||||
** Trees and Graphs [4/9]
|
||||
** Trees and Graphs [7/9]
|
||||
- [X] Implement binary tree object
|
||||
- Insert breadth first
|
||||
- [X] Recursive Pre-order traversal
|
||||
- [X] Recursive In-order traversal
|
||||
- [X] Recursive Post-order traversal
|
||||
- [ ] Non-Recursive Pre-order traversal
|
||||
- [ ] Non-Recursive In-order traversal
|
||||
- [ ] Non-Recursive Post-order traversal
|
||||
- [X] Non-Recursive Pre-order traversal
|
||||
- [X] Non-Recursive In-order traversal
|
||||
- [X] Non-Recursive Post-order traversal
|
||||
- [ ] Min Heap
|
||||
- [ ] Binary Search
|
||||
** C/C++ [2/5]
|
||||
|
||||
Reference in New Issue
Block a user