TheFenrisLycaon / DSA-C--

DSA Codes for beginners.
21 stars 65 forks source link

Algorithm Name :: Binary Search #70

Closed pratik-mahajan closed 3 years ago

pratik-mahajan commented 3 years ago

Algo Name :: Binary Search Algo Complexity :: O(logn), where 'n' is size of the given array Algo Language :: C++

pratik-mahajan commented 3 years ago

Hello @TheFenrisLycaon! The C++ Template for Binary Search is missing. I would like to work on this issue. Thanks!

TheFenrisLycaon commented 3 years ago

Go ahead. Make the PR.