eli5: binary search trees described only with graph theory terminology?

185 views

I understand that a binary search tree is a graph with rules and how it’s used in coding but relaying it in math terms is confusing me

In: 0

3 Answers

Anonymous 0 Comments

It’s a graph where there is exactly one path between any pair of nodes and all nodes have a degree of three or less.

You are viewing 1 out of 3 answers, click here to view all answers.