Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeat: add new implementation of binary search tree #1208
Conversation
|
If you would like to add a new implementation, review the guidelines. Review the guidelines and the checklist. |
|
Okay, I've moved the implementation into a new file. |
|
This PR is ready for review. |
Description of Change
Add new implementation of binary search tree code using oop, generics, and smart pointers.
Add basic documentation to each of the BST functions.
Add tests for each BST function.
Checklist