-
Notifications
You must be signed in to change notification settings - Fork 302
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
bst.c : Added Binary Search Tree Implemetation [C] #115
Conversation
Commits Squashed tests passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please open PR as per the issue
@@ -0,0 +1,43 @@ | |||
package java; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this BST? Please remove it from this PR.
@@ -0,0 +1,43 @@ | |||
package java; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this too
yeah ... done ... sorry .. actually continued commits from last PR I made on insertion sort |
Update the README table also and Squash your commits into one. For squash help, go through http://api.coala.io/en/latest/Developers/Git_Basics.html#squashing-your-commits |
Yeah ... about that .. how to update the README ? |
@sangamcse rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
Automated rebase with GitMate.io was successful! 🎉 |
Open README in your text editor, update it according to given table.
Note: Use |
Yeah .. did all the cleaning up but It has some conflicts in Readme ... please check |
@Om-Pandey Rebase your local repo |
Closing due to inactivity |
For short term contributors: we understand that getting your commits well
defined like we require is a hard task and takes some learning. If you
look to help without wanting to contribute long term there's no need
for you to learn this. Just drop us a message and we'll take care of brushing
up your stuff for merge!
Fixes #53
By submitting this pull request I confirm I've read and complied with the
below declarations.
{Tag}: Add {Algorithm/DS name} [{Language}]
, notUpdate README.md
orAdded new code
.After you submit your pull request, DO NOT click the 'Update Branch' button.