See complete series on data structures here:
• Data structures
In this lesson, we have implemented binary search tree in C/C++. We have written a simple program to create a binary search tree of integers and search an element in it.
See source code here:
https://gist.github.com/mycodeschool/...
Lesson on dynamic memory allocation:
• Pointers and dynamic memory - stack v...
For practice problems and more, visit: http://www.mycodeschool.com
Like us on Facebook: / mycodeschool
Follow us on twitter: / mycodeschool