Skip to content

Console based program based on Binary Tree Data Structures.

License

Notifications You must be signed in to change notification settings

subrata-9999/BinaryTree_Operator

Repository files navigation

BinaryTree_Operator

Console based program build with Binary Tree Data Structures. Here, you can do approximately all the Binary Tree based operations.

💁 Features / Functionalities

  • Traversal(inorder, preorder, postorder)
  • Construct a tree (from inorder and preorder traversal) and (from inorder and postorder traversal)
  • Checking (is BST or not, is Balanced or not, presence of an element)
  • Finding(elements in a given range, hight, diamter. minimum and maximum Node, mirror tree)
    etc...

🛠 Languages and Tools :

  • C++
  • Binary Tree Data Structure

Binarytree_operator_first binarytree_operator3 Binarytree_operator4

About

Console based program based on Binary Tree Data Structures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages