Find min and max element in a binary search tree

Find min and max element in a binary search tree

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