Find min and max element in a binary search tree

Опубликовано: 12 Февраль 2014
на канале: mycodeschool
357,475
2.8k

See complete series on data structures here:
   • Data structures  

In this lesson, we have written a program to find minimum or maximum element in a "binary search tree" data structure. We have written two solutions - iterative and recursive.

For practice problems and more, visit: http://www.mycodeschool.com

Like us on Facebook:   / mycodeschool  

Follow us on twitter:   / mycodeschool