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 JavaScript example for Binary Search #136

Merged
merged 6 commits into from
Oct 4, 2019

Conversation

gaurav-kay
Copy link
Contributor

Binary Search

This is a JavaScript implementation of the Binary Search algorithm.
To run the program from your terminal, run:
node binarySearch.js
Or copy the function binarySearch and use it by providing appropriate inputs.

Refer: Hacktoberfest 2019 issue #126

@gugahoa gugahoa self-assigned this Oct 4, 2019
@gugahoa gugahoa merged commit 04ccf76 into pirataspinhal:master Oct 4, 2019
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