MCPcopy Create free account
hub / github.com/ashish-chopra/Structures / BST

Class BST

src/main/java/com/trees/BST.java:52–366  ·  view source on GitHub ↗

BST stands for Binary Search Tree is a basic tree structure used to keep data in binary searchable format. On every compare, one side of tree is pruned which helps in achieving the searching performance similar to binary search. Since it uses linked nodes to represent each data item, hence insertion

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected