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

Added tests for BST insertion #69

Merged
merged 2 commits into from
Oct 14, 2019

Conversation

balajipachai
Copy link
Contributor

Added tests for BST insertion.

Post test inclusion:
executed npm run test

All tests are passing.

Copy link
Member

@ashokdey ashokdey left a comment

Choose a reason for hiding this comment

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

@balajipachai the test is fine but a better way to do the test is at the end you can add a test which can verify the order of all the nodes using any of the traversals methods

@balajipachai
Copy link
Contributor Author

I will look into it, and update the PR

@balajipachai
Copy link
Contributor Author

@balajipachai the test is fine but a better way to do the test is at the end you can add a test which can verify the order of all the nodes using any of the traversals methods
Sure, I will update the PR. Thanks !!!

@balajipachai balajipachai requested a review from ashokdey October 13, 2019 06:22
@ashokdey ashokdey merged commit d344e48 into knaxus:master Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants