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

Projects in Awesome Lists tagged with binary-search

A curated list of projects in awesome lists tagged with binary-search .

https://github.com/scandum/binary_search

A collection of improved binary search algorithms.

binary-search

Last synced: 20 Apr 2025

https://github.com/abdallahhemdan/algorithmic-toolbox-san-diego

✔ My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera ( University of California San Diego ) With "Go In Depth" Part Which Contains More Details With Each of The Course Topics

advanced-algorithms advanced-data-structures algorithm algorithmic-toolbox algorithms big-o-notation binary-search coursera cpp data-structures fibonacci-numbers gcd knapsack-problem lcm longest-common-subsequence polynomial-multiplication san-diego selection-sort sum

Last synced: 19 Dec 2024

https://github.com/kowainik/typerep-map

⚡️Efficient implementation of Map with types as keys

arrays binary-search cache dependent-map dmap hacktoberfest haskell typerep-map

Last synced: 01 May 2025

https://github.com/altyalty/grokking-algorithms-python-russian-english-comments

Examples and algorithms written in Python for the book "Grokking Algorithms" with Russian and English comments. Примеры и алгоритмы, написанные на Python для книги "Грокаем Алгоритмы" с русскими и английскими комментариями

algorithms big-o binary-search breadth-first-search call-stack data-structures dictionaries dijkstra-algorithm greedy-algorithms grokking-algorithms hash-tables python quick-sort recursion selection-sort

Last synced: 22 Jun 2025

https://github.com/posener/order

More readable and easier ordering and comparison tasks

binary-search comparable compare condition go golang max min min-max order partition pivot search select sort

Last synced: 05 May 2025

https://github.com/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.

algorithms binary-search binary-search-algorithm binary-search-tree binary-search-tree-operations binary-search-tree-traversal binary-tree binary-tree-array binary-tree-linked-list bst bst-tree data-structures java java-8

Last synced: 11 Apr 2025

https://github.com/dhhruv/binary-search-solutions

Here are some of my solutions from the website https://binarysearch.com/ developed in Python Programming language.

binary-search binary-search-solutions binarysearch codechef coding-problems hackerrank leetcode python-solutions topcoder

Last synced: 16 Jun 2025

https://github.com/bhartik021/data-structure-algorithm

An repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.

algorithm algorithms algorithms-and-data-structures algorithms-datastructures array binary-search bit-magic bit-manipulation cpp cpp-stl data-structures data-structures-and-algorithms linear-search mathematics recursion searching searching-algorithms stl string tree

Last synced: 11 Apr 2025

https://github.com/cr072/quickwind

Quickwind is a fast and efficient Tailwind CSS build tool.

arbitary-value binary-search build-tool tailwindcss utility-classes zero-dependency

Last synced: 06 Jan 2025

https://github.com/jamiebuilds/outward-search

Search an array of items outwards from a starting index

array binary-search find search

Last synced: 15 Mar 2025

https://github.com/ahmadjajja/java_dsa

This repository contains Java code that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA through LeetCode

arrays backtracking binary-search complexity git github java linear-search linked-list linked-lists math merge-sort object-oriented-programming patterns quick-sort recursion sorting stacks-n-queues strings

Last synced: 21 Nov 2024

https://github.com/gkonovalov/algorithms

Algorithms and Data Structures a comprehensive collection of fundamental Algorithms and Data structures organized into various categories to cater to the needs of software engineers and computer science students.

a-star algorithm algorithms algorithms-and-data-structures bellman-ford binary-search convex-hull data-structures dijkstra dynamic-programming floyd-warshall huffman-coding interview-questions kruskal levenshtein-distance merge-sort network-flow prim quick-sort topological-sort

Last synced: 11 Jan 2025

https://github.com/seung-lab/mapbuffer

Serialize dict of integers to bytes and read with near zero parsing. Specialization for int to int.

associative-array associative-map binary-search dictionary eytzinger-binary-search map python serialization

Last synced: 15 Jun 2025

https://github.com/mfbx9da4/treasure

A game to introduce the concept of binary search in an intuitive way

2d-game 2d-matrix binary-search

Last synced: 15 Apr 2025

https://github.com/aswinbarath/binary-search

Problems based on Binary Search and various problem solving templates & patterns

binary-search java problem-solving

Last synced: 08 Apr 2025

https://github.com/j-alexander/binary-log-search

find eventstore+kafka offsets for a given datetime from a field extracted with jsonpath

binary-search eventstore fsxaml jsonpath kafka kafunk

Last synced: 22 Mar 2025

https://github.com/saiyamdubey/dsa_questions

This is my collection of solved DSA questions ... I am Prepairing for the Interview perspective ..

arrarys binary-search cpp cprogramming hackerrank leetcode-solutions sliding-window sorting-algorithms two-pointers

Last synced: 23 Nov 2024

https://github.com/harsh-modi278/codeforces-edu-solutions

CodeForces EDU section solutions(Binary Search and Two Pointers)

binary-search codeforces-edu codeforces-solutions competitive-programming cpp17 two-pointers

Last synced: 25 Apr 2025

https://github.com/azzzrro/data-structure-solutions-1

Data structure solutions for arrays, linked lists, strings, and binary search. Useful for learning and coding practice.

array binary-search data-structures javascript linear-search linked-list string

Last synced: 17 Jan 2025

https://github.com/kerollmops/cml

Coroutines memory lookups - Permit multi memory lookups inside coroutines

binary-search memory prefetch

Last synced: 03 Jan 2025

https://github.com/alexpovel/b4s

Perform binary search on a single, delimited string slice of sorted but unevenly sized substrings.

binary-search fuzz-tested rust string unevenly-spaced

Last synced: 16 Mar 2025

https://github.com/dhrupad17/leetcode-75_level1

This study plan is for those who want to prepare for technical interviews but are uncertain which problems they should focus on. The problems have been carefully curated so that levels 1 and 2 will guide beginner and intermediate users through problems that cover the data structures and algorithms necessary to succeed in interviews with most mid-tier companies. While level 3 provides material to help users whose targets are top-tier companies.

binary-search binary-search-tree dynamic-programming graph greedy hashmap heap linked-list prefix-sum sliding-window stack string tree

Last synced: 05 Mar 2025

https://github.com/eddex/interactive-binary-search

Interactive, step-by-step binary search visualization created with Godot :robot:

binary-search godot wasm

Last synced: 29 Apr 2025

https://github.com/tekknolagi/omegastar

Delta debugging (originally for JIT compilers)

binary-search bisect delta-debugging python

Last synced: 18 Dec 2024

https://github.com/thisis-developer/data-structures-algorithms

A data structure is not only used for organizing the data. It is also used for processing, retrieving, and storing data. There are different basic and advanced types of data structures that are used in almost every program or software system that has been developed. So we must have good knowledge about data structures.

array avl-tree binary-search binary-search-tree bubble-sort data-structures graph-algorithms heap insertion-sort linear-search linked-list loops-and-iterations matrix merge-sort queue quick-sort recursion selection-sort stack tree-algorithms

Last synced: 31 Jan 2025

https://github.com/engineersbox/chunkylogs

An efficient chunk based compression for continuous logging with efficient searching and indexing

binary-search chunked-logs compression huffman-coding logs lz77 rust rust-lang

Last synced: 22 Mar 2025

https://github.com/thakursaurabh1998/uca

Contains all the code practiced and made as part of the University Coding Academy.

binary-search binary-tree c data-structures graph-theory linked-list problem-solving shell-script

Last synced: 07 May 2025

https://github.com/debapriyo007/leetcode-questions

Explore my DSA-Questions GitHub repository. . Each question is documented with clear explanations, aiding understanding and skill development. Whether you're honing your problem-solving abilities or preparing for coding interviews, this repository is your guide. Together, let's embark on a journey.

advance-data-structure binary-search dsa java leetcode maps recursion set

Last synced: 28 Dec 2024

https://github.com/607011/pwned

A collection of tools to convert pwned password files to searchable MD5 files, create indexes on them, and look up passwords in these files

binary-search boost cpp divide-and-conquer hash leaks md5 passwords pwned rest restful webservice

Last synced: 12 Apr 2025

https://github.com/gauranshgoel123/leetcode-problems

Explore a curated collection of diverse coding challenges, honing problem-solving skills in a structured and organized manner. Whether you're a fellow learner or an interested observer, join the journey of mastering DSA through practical problem-solving.

arrays binary-search binary-tree bit-manipulation divide-and-conquer dynamic-programming greedy hash-table linked-lists maths matrix recursion simulation sorting stack string trie two-pointers union-find

Last synced: 05 May 2025

https://github.com/amulyamachhan/dsa

This repository contains solutions to Data Structures and Algorithms (DSA) questions from Striver's.com implemented in JavaScript.

algorithms arrays binary-search data-structures dsa dsa-practice hashing javascript patterns recursion sorting strings

Last synced: 09 May 2025

https://github.com/datafabricrus/textfile-utils

A simple JVM library with utilitarian methods for working with text files of any size, including merge sorting and binary search. The library is based on the Java NIO and Kotlin coroutines.

binary-search file-utility kotlin kotlin-library mergesort text-files

Last synced: 10 Apr 2025

https://github.com/abhik-chakraborty/coding-

Welcome, Here you'll find a collection of my solutions to Data Structure and Algorithm questions from platforms like GeeksforGeeks and LeetCode. I love tackling these challenges and sharing my code with fellow developers. Feel free to explore, learn, and contribute to this growing library of solutions. Let's master the world of algorithms together

array-manipulations arrays binary-search bit bitmanipulation dynamic-programming hashing queue sorting-algorithms stack twopointers

Last synced: 25 Dec 2024

https://github.com/gammazero/eytzinger

Eytzinger binary search

binary-search eytzinger-binary-search

Last synced: 05 Apr 2025

https://github.com/soumilgit/neetcode-150_hard_problems_solutions

A collection of all hard solved problems from the NeetCode 150 sheet , as part of DSA practice. Feel free to star and contribute if you found it to be useful.

binary-search cpp heap java linkedlists python3

Last synced: 10 Apr 2025

https://github.com/abuzar-alvi/binary-search-python-script

This Python project is made by me, Python project for improving python skills.

binary binary-search python-script search

Last synced: 24 Jun 2025

https://github.com/kartikk-26/leetcode-hustle

This repository is dedicated to solving one LeetCode question every day and pushing it here.

array binary-search dsa-algorithm java mathematics queue stack

Last synced: 13 Apr 2025

https://github.com/j2kun/binary-search-graphs

Python code for the post "Binary Search on Graphs"

binary-search graph-theory graphs learning-theory mathematics python

Last synced: 24 Feb 2025

https://github.com/make-github-pseudonymous-again/js-bisect

:scissors: Python's binary search library for JavaScript

agpl algorithms binary binary-search bisect insort javascript search

Last synced: 05 Apr 2025

https://github.com/rcarubbi/cansi-datastructures

Data Structure Couse with examples written in C Ansi

binary-search c c-ansi data-structures linked-list

Last synced: 14 Mar 2025

https://github.com/evandrolg/find-by-words

A solution for finding words started by a string. It works well on both front-end and back-end.

algorithm binary-search performace search

Last synced: 14 Jun 2025

https://github.com/shaik-sohail-72/dsa

This repository is my personal DSA playground, dedicated to self-improvement and skill enhancement. Through diverse coding challenges and detailed solutions, I aim to refine my Data Structures and Algorithms expertise. Join me in this journey of continuous learning and growth in the realm of computer science.

arrays bfs-dfs binary-search bitmanipulation dp graph greedy-algorithms hashing hashtable linked-list math matrix queues recursion sortings stack strings trees trie two-pointers

Last synced: 18 Jun 2025

https://github.com/michaelehab/leetcode-march-challenge-2022

This Repository contains my solutions to March LeetCoding Challenge 2022 problems.

backtracking bfs binary-search bit-manipulation dfs leetcode leetcode-solutions problem-solving recursion strings two-pointers

Last synced: 04 Mar 2025

https://github.com/praabindhp/binary_search

C Program For Binary Search

binary-search c code programming-language

Last synced: 05 Mar 2025

https://github.com/uhop/nano-binary-search

Binary search for JavaScript done right.

algorithm binary-search

Last synced: 23 Apr 2025

https://github.com/sufiyan33/data-structure

Hi, I have started a series of Data Structure and algorithms where added all the possible questions (which asked in interviews.), solutions with code & steps. Do check out now.

algorithms binary-search dsa dsa-algorithm dsa-practice graph-algorithms linearsearch linked-list list mergesort queue quickstart recursion stack tree

Last synced: 03 Mar 2025

https://github.com/mounishvatti/learndsa

This repository contains concepts in C++ from Beginner to Advanced with Data Structures & Algorithms

arrays binary-search cpp doubly-linked-list hashing linked-list math oops pointers problem-solving queue recursion sorting-algorithms stack stl strings

Last synced: 05 Mar 2025

https://github.com/skywalkersam/binarysearch

The binary search algorithm.

algorithm binary-search

Last synced: 24 Feb 2025

https://github.com/amreshpro/cp

Searching Algorithm in Cpp

binary-search cpp linear-search search-algorithm

Last synced: 19 Feb 2025

https://github.com/tahmidefaz/no-sqrt

Estimates the square root of a number without the sqrt() function

algorithm binary-search python python3 square-root-estimate

Last synced: 06 Mar 2025

https://github.com/yogeshselvarajan/algo-visualizer

The visualiser for the Searching and Sorting Algorithm of Bubble , Selection , Linear and Binary using the plain JS , Vanilla HTML & CSS

algorithms analysis binary-search bubble-sort css3 daa html5 js linear-search of selection-sort

Last synced: 01 Mar 2025