Skip to content

hemanth981/bst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Binary Search Trees

Binary Search Trees are binary trees with a constraint that the left subtree has values less than the current node and right subtree has values greater than the current node over all nodes. This code implementation takes care of creating BST, checking if it is a BST, BST deletion operations.

About

Binary Search Tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%