An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Binary Search ![Stars](https://img.shields.io/github/stars/Simpson-Computer-Technologies-Research/BinarySearch?color=brightgreen) ![Watchers](https://img.shields.io/github/watchers/Simpson-Computer-Technologies-Research/BinarySearch?label=Watchers)
![4586329-map-magnifying-glasses-vintage](https://user-images.githubusercontent.com/75189508/227647702-bc2766da-1571-4504-95c8-fac6065ca6e2.jpg)

# 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.