kanak22 / CP-DSA-Questions

This is a repository entirely dedicated to all kind of questions ranging from basic DSA to CP. It aims to provide a solution to different questions. 📚
73 stars 128 forks source link

Samarth c05 bs #578

Closed Sxmxrth closed 2 years ago

Sxmxrth commented 2 years ago

Related Issue

Performing Binary Search

Closes: #[issue number that will be closed through this PR]

Describe the changes you've made

I have written the code for binary search in java.

Mention any unusual behaviour of your code (Write NA if not)

NA

Checklist:

(To mark, write x inside the square brackets like this: [x])

Additional Info (optional)

It is the most optimized code for binary search. Fork-N-Commit -C05