Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 09 Nov 2024

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: 12 Nov 2024

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: 23 Oct 2024

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: 14 Nov 2024

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: 13 Nov 2024

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

Search an array of items outwards from a starting index

array binary-search find search

Last synced: 26 Oct 2024

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: 18 Dec 2024

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/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/mfbx9da4/treasure

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

2d-game 2d-matrix binary-search

Last synced: 28 Nov 2024

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

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

binary-search java problem-solving

Last synced: 06 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: 10 Nov 2024

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/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: 27 Oct 2024

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: 16 Nov 2024

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: 15 Nov 2024

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: 14 Dec 2024

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 Nov 2024

https://github.com/kerollmops/cml

Coroutines memory lookups - Permit multi memory lookups inside coroutines

binary-search memory prefetch

Last synced: 09 Nov 2024

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: 06 Nov 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: 07 Nov 2024

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: 13 Nov 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: 04 Dec 2024

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: 27 Nov 2024

https://github.com/praabindhp/binary_search

C Program For Binary Search

binary-search c code programming-language

Last synced: 15 Nov 2024

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: 10 Nov 2024

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: 15 Nov 2024

https://github.com/gammazero/eytzinger

Eytzinger binary search

binary-search eytzinger-binary-search

Last synced: 18 Dec 2024

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: 18 Dec 2024

https://github.com/otuemre/dsa-java

A comprehensive collection of data structures and algorithms implemented in Java, with detailed explanations for each concept. This project was inspired by Bro Code, serving as a hands-on reference for learning and mastering fundamental data structures and algorithms in Java.

algorithms big-o-notation binary-search bro-code data-structures dynamic-array linear-search linked-list priority-queue queue stack

Last synced: 02 Dec 2024

https://github.com/saif-gitreps/algorithms

Solutions of Solved Algorithm problems from various different online judges.

binary-search binary-search-tree dynamic-programming graph-algorithms greedy-algorithms hashing linked-list math string-manipulation

Last synced: 05 Nov 2024

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: 25 Nov 2024

https://github.com/ferrriii/binary-find

a small binary search function independent of container in js

binary-search npm-package

Last synced: 16 Nov 2024

https://github.com/rtmigo/bisection_dart

Port of the Python bisect library to the Dart language

binary-search bisect bisection dart flutter list pubdev python search sorted

Last synced: 20 Nov 2024

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: 15 Nov 2024

https://github.com/vvaldesc/py_minesweeper_recursive_game

Simple game and exercises using recursivity in python

binary-search minesweeper-game python recursive-algorithm

Last synced: 17 Nov 2024

https://github.com/dhrupad17/leetcode_binarysearchstudyplanii

In computer science, binary search, also known as half-interval search or logarithmic search, is a search algorithm that is commonly used to find the position of a target value within a sorted array. However, the binary search algorithm is not limited to arrays. In any scenario where one can determine if the target value is higher or lower than a given value, binary search can be used to repeatedly halve the search space for a target value.

array binary-search greedy hashtable leetcode leetcode-solutions math sorting string tree two-pointers

Last synced: 15 Nov 2024

https://github.com/dhrupad17/algorithm2_leetcode

In mathematics and computer science, an algorithm is defined as a process or set of rules to be followed in calculations or other problem-solving operations. This practical method is often used in calculations, data processing, and automatic reasoning because it contains clear and concise instructions and can be executed in limited time and space complexities.

backtracking bfs-algorithm binary-search bitmanipulation dfs-algorithm dynamic-programming recursion sliding-windows two-pointers

Last synced: 15 Nov 2024

https://github.com/joangq/bobs

Byte-Oriented Binary Search for looking up values in huge files.

big-data binary binary-file binary-search binary-search-algorithm cpp cpp11 pattern-matching py3 python python3 search search-algorithm

Last synced: 12 Nov 2024

https://github.com/andy-wu12/guess-the-number

A game where the player guesses a randomly generated number in a given range, within a certain number of tries

binary-search command-line game guess-the-number guessing-game python python3

Last synced: 07 Dec 2024

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

Binary search for JavaScript done right.

algorithm binary-search

Last synced: 20 Oct 2024

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: 15 Nov 2024

https://github.com/sunami09/importantalgorithms

This repo contains all the important algorithms required for competitive coding. Data structure and Algorithm (DSA) is applied in all disciplines of software development. DSA is the building block of the software development process. It is not limited to a single programming language. Although programming languages evolve or get dormant over time, DSA is incorporated into all of these languages.

bfs-dfs binary-search dijkstra-algorithm mergesort quicksort

Last synced: 12 Nov 2024

https://github.com/ugurcanerdogan/greedy-and-dynamic-programming

Greedy algorithm and dynamic programming solutions for scheduling problem

algorithms binary-search dynamic-programming greedy-algorithms scheduling-algorithms

Last synced: 19 Dec 2024

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: 19 Nov 2024

https://github.com/joozef315/csharp-datastructures-algorithms

Explore essential data structures and algorithms in C#, including stacks, queues, binary search trees, and sorting/searching methods.

algorithms binary-search binary-search-tree csharp data-structures linked-list mergesort queue sorting-algorithms stack

Last synced: 16 Nov 2024

https://github.com/patrikx3/binary-search-closest

🚅 Find the closest or exact value using binary search

array binary-search closest object property search value

Last synced: 14 Nov 2024

https://github.com/amreshpro/cp

Searching Algorithm in Cpp

binary-search cpp linear-search search-algorithm

Last synced: 07 Nov 2024