The Wayback Machine - https://web.archive.org/web/20200609213409/https://github.com/TheAlgorithms/C-Plus-Plus/issues/777
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Better Implementation for BST #777

Open
offamitkumar opened this issue May 22, 2020 · 1 comment
Open

[Suggestion] Better Implementation for BST #777

offamitkumar opened this issue May 22, 2020 · 1 comment
Labels

Comments

@offamitkumar
Copy link
Contributor

@offamitkumar offamitkumar commented May 22, 2020

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.

@cclauss
Copy link
Member

@cclauss cclauss commented May 22, 2020

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.