Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 179 Bytes

File metadata and controls

7 lines (5 loc) · 179 Bytes

binary-search-tree

This project implements a binary search tree. It does the following:

  • Create a binary tree
  • Insert new data in the tree
  • Search for elements in the tree