binary-search-algorithm
There are 38 repositories under binary-search-algorithm topic.
amirallami-code/binary-search-algorithm
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.
hoangsonww/Binary-Search-Tree-DSA
🌳 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.
ameerssb/Find_Quran_Verse
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.
infotechprogrammer/data-structure-in-java
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.
n4vrl0s3/Sequential-Search-and-Binary-Search
Sequential Search and Binary Search (Python)
ChenHCY/AlgorithmsQuestion
Data Structures, Algorithms Small Training Course
Ghosts6/Algorithms
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. 🚀
HimeshKohad/Searching_Algorithms
Various Searching Algorithms in C++
Ankit2004tiwari/DSA-Problem-Set-1
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.
LesiaUKR/goit-algo-hw-05
Master's | Basic Algorithms & Data structures | Module 5 | Searching Algorithms
Shikha-code36/binary_search
A binary search algorithm method
voyager2005/java-searching-techniques
commonly used searching techniques in java
AngelineReetuA/binary-search-number-guessing-game
The age/number guessing game is something I came across in Birla Planetarium, Chennai, TN, India. This was so much fun to figure out and build.
barryyangtao/RNC
A Simple Algorithm for Converting Random Number Generator Outputs to Universal Distributions to Aid Teaching and Research in Modern Physical Chemistry
icejan/C-end-term-project
In collaboration with 5 team members of engineers, we solved three problems using C programming.
InfamousBearGR/data_structures
A Data Structures Project.
Javedmv/DSA
Exploring DSA: A collection of code snippets and implementations for data structures and algorithms. Join me in mastering the essentials of efficient problem-solving! 🚀 #DSA #CodingJourney
joangq/bobs
Byte-Oriented Binary Search for looking up values in huge files.
Kamalnath23/DSA_JAVA_LEARNING
Learning Java code in terms of DSA(Data Structure and Algorithm) and make the code to run efficient in terms of consuming space and time.
kundukuntal/sort-search-visualizer
Sorting and Searching Algorithms is visualized using this website. This shows the working of this algorithms which are used by many programmers .
lehasaS/Binary_Search_vs_AVL
A comparison of AVL Trees against Binary Search Trees
mpfdev/NumberGuessingGame
This repository contains a simple Java program that allows users to play a number guessing game.
Muhammad-Abdullah786/Binary-Search-Basic_explaination
How binary Search engine works!
numesh06/python-fun
Python mini projects
ppacris/CGC-FSS
Faculty Scheduling System.
PromathBul/Binary_search
Поиск индекса искомого числа в отсортированном массиве посредством бинарного поиска
Titojustchilling/Binary-Search-Visualizer
A color-coded binary search on a 9x9 grid.
Achal-Hingrajiya/searching-techniques
Various Searching techniques implemented in C programming language.
bhartik021/Binary-Search
This repository contains a collection of 42 classic binary search problems and 8 common binary search patterns that can be used to solve them.
kaziashik/DISRETE-MATEMATIS-LAB3-SORT-SEARING-ALGORITM
Bubble Sort Algorithm, Binary Search Algorithm, Linear Search Algorithm
mndxpnsn/search2D
Binary search solution to the "Search a 2D Matrix" problem on LeetCode.
shaharsh624/Design-Analysis-of-Algorithms
All the programs that were developed in the DAA Lab
stephentaul22/Building-Fast-Queries-on-a-CSV
Implementing class objects, analyzing time complexity, and applying a binary search algorithm to determine useful information in a sample dataset.
YanivWein24/Guess_The_Number
A "Guess The Number" game, written in Python. Allows the Player to both pick or guess the number.