Bhupesh-V / 30-seconds-of-cpp

30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
https://bhupesh-v.github.io/30-Seconds-of-C++/
MIT License
1.45k stars 610 forks source link

added binary search to snippets #683

Open archit2216 opened 2 years ago

archit2216 commented 2 years ago

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