https://github.com/simpsonresearch/binarysearch
Binary Search Algorithm + Generics Implementation in Java
https://github.com/simpsonresearch/binarysearch
algorithm binary-search cs java
Last synced: 3 months ago
JSON representation
Binary Search Algorithm + Generics Implementation in Java
- Host: GitHub
- URL: https://github.com/simpsonresearch/binarysearch
- Owner: simpsonresearch
- License: mit
- Created: 2023-07-11T00:26:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T00:27:33.000Z (over 2 years ago)
- Last Synced: 2025-08-11T15:30:01.937Z (4 months ago)
- Topics: algorithm, binary-search, cs, java
- Language: Java
- Homepage: https://simpson-computer-technologies-research.github.io/BinarySearch/
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Binary Search  

# About
This repository gives a depth explanation on how binary search works, how to implement it, and how to incorporate generics into the search algorithm. I found that some of the explanations online were a bit confusing, thus, I made my own well-documented version.
# Replit
https://replit.com/@realTristan/pset8#Main.java
# License
MIT License
Copyright (c) 2022 Tristan Simpson
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.