/C-Language-Tasks

linked lists implementation using head pointer only,binary search tree ,Graph using Adjacency List and classes implementation

Primary LanguageC++Apache License 2.0Apache-2.0

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