It is a toy binary search tree library written in C++. The goal is to teach people how to get started with git and contribute to open source projects. From time to time I'll keep adding methods that can be implemented for bsts. For your code to be accepted, you must write clean code with comments where necessary.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request