Skip to content

To create binary tree, perform search on tree ,print data,delete a node on tree.

License

Notifications You must be signed in to change notification settings

amalpoulose/Binary-Search-Tree

Repository files navigation

Binary-tree

Program allows to :

  1. Create a node in tree
  2. Perform search on tree
  3. print all data
  4. Delete a node in tree

To compile use make command on terminal To run the program use ./outfile

Releases

No releases published

Packages

No packages published