Skip to content

Added feature for negative number input #81

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

Merged
merged 1 commit into from
Jun 8, 2017

Conversation

gupta2140
Copy link
Contributor

Previously, the entry in tree was terminated by negative (which was the base condition for termination of entry loop). Now i've re-edited the code and have the user input any number of his choice. Added a feature that the user can terminate the entry in the tree at any point of time by just pressing 'N' or 'n' which is being checked at every input points. If a number is entered in place of 'N' or 'n', that number is entered into the node.

@harshildarji harshildarji merged commit 65de84b into TheAlgorithms:master Jun 8, 2017
@harshildarji
Copy link
Member

@gupta2140 Before merging your request, Travis CI stated that all checks have passed. But after merge, it failed. Can you please check what is wrong?

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