shashanksingh / toy_graph_db

Just a toy graph db so that we can play around with graph algorithms like connected components, Union Find etc. Its work in progress, feel free to raise PR
GNU General Public License v3.0
0 stars 0 forks source link

Tree needs more functions #8

Open shashanksingh opened 4 years ago

shashanksingh commented 4 years ago
  1. Finding depth and height of tree
  2. Finding depth and height of nodes
  3. Inorder travesal
  4. Preorder traversal
  5. Postorder Traversal