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

Correct binary search.cpp #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lorax42
Copy link

@lorax42 lorax42 commented Feb 29, 2024

I've added an actual binary search to BinarySearch.cpp. Since I wasn't quite sure if it was supposed to be standalone or a header, I included the dependant libs and namespace std, since it seemed the rest of the code also used it. My test code is commented out at the bottom. I honestly just wanted to try out the GitHub PR workflow and this repo seemed to be missing something.

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.

None yet

1 participant