This repository hosts the tree data structure implementation and its traversal. table of contents: {{ 1.inorder -->left root right 2.preorder --> root left right 3. postorder --> left right root }} concept involved : recursion { direct indirect } HAPPY CODING:)