Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingwizard2001/binary-search
Binary search is a fundamental algorithm used to efficiently locate a target value within a sorted collection of elements. It follows a divide-and-conquer strategy, continuously narrowing down the search space until the target is found or determined to be absent.
https://github.com/codingwizard2001/binary-search
algorithms binary-search binary-search-cpp binary-search-problem binary-search-solutions coding cpp cpp17 leetcode leetcode-cpp leetcode-practice leetcode-solutions problem-solving
Last synced: about 1 month ago
JSON representation
Binary search is a fundamental algorithm used to efficiently locate a target value within a sorted collection of elements. It follows a divide-and-conquer strategy, continuously narrowing down the search space until the target is found or determined to be absent.
- Host: GitHub
- URL: https://github.com/codingwizard2001/binary-search
- Owner: CodingWizard2001
- License: mit
- Created: 2024-03-27T19:48:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T08:23:29.000Z (10 months ago)
- Last Synced: 2024-03-30T15:24:50.005Z (10 months ago)
- Topics: algorithms, binary-search, binary-search-cpp, binary-search-problem, binary-search-solutions, coding, cpp, cpp17, leetcode, leetcode-cpp, leetcode-practice, leetcode-solutions, problem-solving
- Language: C++
- Homepage: https://leetcode.com/tag/binary-search/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE