OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.53k stars 3.67k forks source link

Added Binary Search in Data Structures with the language Java #6723

Closed Abhiharsh-IN closed 8 months ago

Abhiharsh-IN commented 9 months ago

Fixes issue: This repository contains a Java program that implements the Binary Search algorithm, along with variations for specific scenarios. The Binary Search algorithm is an efficient searching algorithm that works on sorted arrays. This program provides additional functionality and variations of Binary Search to handle different use cases.

Changes: Made a folder with 5 files added.