Home Tags Binary search tree

Tag: binary search tree

CodeSport

2
Welcome to CodeSport! In this month's column, we feature a set of programming questions, as requested by a few of our student readers. In last...

CodeSport

0
This month we take a quick look at the problem of finding out whether a given binary tree is in fact a binary search tree. We then discuss the problem of finding the maximum and minimum in a binary search tree.