Skip to content

Create binary_search_tree.py #843

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

Closed
wants to merge 1 commit into from
Closed

Conversation

codernn
Copy link

@codernn codernn commented May 26, 2019

Implementing basic Binary Search Tree

Copy link
Member

@poyea poyea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There're already two binary tree implementations in the repo: one in binary_tree/ and another in data_structures/binary tree/. I see you've a minimum function for it. Would you mind add that to the existing binary tree in data_structures/binary tree/? It's more complete. Thank you.

@codernn
Copy link
Author

codernn commented Jun 9, 2019

It is binary search tree which is different from normal binary tree. Binary Search Tree has many applications which uses recursion. So this is the most important data structure than normal binary tree.

@github-actions
Copy link

github-actions bot commented Dec 1, 2019

Stale pull request message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants