Implementing a Binary Search Tree in Javascript
A tree is a hierarchical data structure with a set of connected nodes. A family tree or an organogram comes to mind easily. With this data structure, there is a parent-child relationship between an ancestor node and a child node, and these relationsh...
eniola-bakare.hashnode.dev16 min read