eli5: binary search trees described only with graph theory terminology? 286 viewsDecember 31, 2023 Question100.55K September 17, 2023 0 Comments 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 ActiveNewestOldest Anonymous Posted September 17, 2023 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. Register or Login
Latest Answers