Binary Search Tree if the root value is greater than entered value we will insert in at the right subtree if the root value is less than entered value we will insert in at the left subtree
osamaayub/C-Language-Tasks
linked lists implementation using head pointer only,binary search tree ,Graph using Adjacency List and classes implementation
C++Apache-2.0