Skip to content

subrata-9999/BinaryTree_Operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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