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.58k stars 3.69k forks source link

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

Closed Abhiharsh-IN closed 1 year ago

Abhiharsh-IN commented 1 year 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.