Skip to content

Added Implementation of BST#4

Merged
r0hit-gupta merged 3 commits intoTheAlgorithms:masterfrom
the-codingninja:master
Aug 7, 2017
Merged

Added Implementation of BST#4
r0hit-gupta merged 3 commits intoTheAlgorithms:masterfrom
the-codingninja:master

Conversation

@the-codingninja
Copy link
Member

No description provided.

@the-codingninja
Copy link
Member Author

Implementation of BST

Copy link
Member

@r0hit-gupta r0hit-gupta left a comment

Choose a reason for hiding this comment

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

This PR looks really good to me. But here is something I would like to you to consider:

  1. Please provide a meaningful name to the file. bst.js is not a good choice in my opinion.

  2. Add a proper response when searched element is not found in the tree.

@the-codingninja
Copy link
Member Author

Thanks for suggestion

  • Changed the file name to appropriate file name
  • Added proper response if item not found

@the-codingninja
Copy link
Member Author

Should I add anything more to the Binary Search Tree Implementation

@r0hit-gupta r0hit-gupta merged commit c352f44 into TheAlgorithms:master Aug 7, 2017
@r0hit-gupta
Copy link
Member

No. This is good. Thanks.

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.

2 participants