Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 232 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 232 Bytes

Binary_Search_Tree

C program to demonstrate binary search tree of English alphabet with Traversal.

      Binary search tree file           : binary_traversal.c
      Binary Tree (simple method) file  : binary_tree.c