Binary Search Tree

Joseph K Abe
Dec 4, 2021

--

I am currently studying data structures, and because of its popularity in coding challanges I’m going to start with the binary search tree. It is a data structure designed with nodes. Each node has a maximum of 2 children (or leaves) hence the word binary.

--

--

No responses yet