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 up[Suggestion] Better Implementation for BST #777
Labels
Comments
Cool. Let’s keep both the functional and the oop implementations in the repo. It would be good to be able to study them side-by-side and run relative performance benchmarks on them. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There could be a better Implementation for BST, which will give more abstraction. Possible implementation, by using an Object Oriented approach instead of a functional programming approach.