binary-search-algorithm
Here are 38 public repositories matching this topic...
Language:All
Sort:Most stars
This repository houses a robust implementation of the binary search algorithm. Binary search is a highly efficient method for locating an item in a sorted list by systematically dividing the search interval in half.
- Updated
Mar 11, 2025 - JavaScript
🌳 This repository is dedicated to the Binary Search Tree (BST) data structure, featuring a comprehensive demo of all its functionalities including insertion, deletion, search, and traversal operations. It serves as an educational resource for understanding BSTs in depth, offering code examples and explanations suitable for students and developers.
- Updated
May 26, 2025 - Java
The Quran Verse Finder is a voice-based Quran search application is a user-friendly and innovative tool designed to assist individuals in finding specific verses from the Quran using voice recognition technology. It offers a convenient and efficient way to search for and access relevant Quranic verses by simply speaking into the device or computer.
- Updated
Jun 3, 2023 - JavaScript
Problems of Data Structure from basics are covered here for interview preparation and logic building. Basic programming problems and so many interview based leetcode problems are present. Every program is written to solve problem in as optimized way as possible.
- Updated
May 21, 2022 - Java
This repository provides Python implementations of two fundamental search algorithms: Sequential Search and Binary Search. It includes detailed and easy-to-understand code for both algorithms, showcasing their functionality, use cases, and performance differences.
- Updated
Apr 29, 2025 - Python
Various Searching Algorithms in C++
- Updated
May 13, 2023
Data Structures, Algorithms Small Training Course
- Updated
Feb 20, 2024 - Java
A collection of search, sorting, graph, greedy, and optimization algorithms implemented in C++ and Python, including Binary Search, BFS, Dijkstra's Algorithm, Bubble Sort, and the Four Color Theorem. 🚀
- Updated
Apr 21, 2025 - C++
Master's | Basic Algorithms & Data structures | Module 5 | Searching Algorithms
- Updated
Jul 13, 2024 - Python
commonly used searching techniques in java
- Updated
Feb 1, 2022 - Java
Поиск индекса искомого числа в отсортированном массиве посредством бинарного поиска
- Updated
Oct 28, 2022 - Python
A comparison of AVL Trees against Binary Search Trees
- Updated
Oct 1, 2022 - Java
A Data Structures Project.
- Updated
Jan 20, 2022 - C++
Implementing class objects, analyzing time complexity, and applying a binary search algorithm to determine useful information in a sample dataset.
- Updated
Mar 16, 2021 - Jupyter Notebook
A binary search algorithm method
- Updated
Feb 10, 2023 - Python
A "Guess The Number" game, written in Python. Allows the Player to both pick or guess the number.
- Updated
May 2, 2022 - Python
DSA Interview Prep: A comprehensive collection of Data Structures and Algorithms (DSA) interview problems and their solutions, designed to help candidates prepare effectively for technical interviews. This repository includes a variety of problems and solutions in multiple programming languages, making it a valuable resource for software engineers.
- Updated
Sep 9, 2024 - C++
All the programs that were developed in the DAA Lab
- Updated
May 13, 2023 - Java
This repository contains a collection of 42 classic binary search problems and 8 common binary search patterns that can be used to solve them.
- Updated
May 23, 2023 - C++
Improve this page
Add a description, image, and links to thebinary-search-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thebinary-search-algorithm topic, visit your repo's landing page and select "manage topics."