Rediet8abere / CS-1.3-Core-Data-Structures

MIT License
0 stars 0 forks source link

Submission 5: Trees and Tree traversal #5

Open Sukhrobjon opened 4 years ago

Sukhrobjon commented 4 years ago
  1. Binary Tree Node
    • Looks good
  2. Binary Search Tree
    • Nice work.
  3. Tree Traversal
    • Everything looks good, you can just remove all Todo from your code. Also, now you have all (DFS) traversals are implemented recursively, try to do them iteratively,