Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

added binary search to snippets #683

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

archit2216
Copy link

Added the binary search method using C++ stl

Fixes #675

Changes

-Added the binary search method using C++ stl which checks whether an element exists inside a sorted vector or not

Checklist

  • [ ✔] I have read CONTRIBUTING guidelines.
  • [ ❌] This is a typo fix.
  • [ ✔] I am not updating any todo.txt files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

binary_search function is missing in snippets/Algorithm
1 participant