BaReinhard / Hacktoberfest-Data-Structure-and-Algorithms

A repo to contains data structure s and algorithms, regardless of language.
https://bareinhard.github.io/Hacktoberfest-Data-Structure-and-Algorithms/
GNU General Public License v3.0
225 stars 707 forks source link

Create binary_search_in_a_string.java #1051

Closed VarunVishwakarma117 closed 4 years ago

VarunVishwakarma117 commented 4 years ago

Implementation of binary search to find the index of a char (if present) in a string.