recursive-binarysearch

Binary search algorithm

A recursive algorithm for finding an element in a sorted array with logarithmic time complexity

Recursive Binary Search with O(log N) complexity

GitHub

56 stars
5 watching
7 forks
Language: JavaScript
last commit: almost 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
addyosmani/bubblesort A bubble sort algorithm implementation with a comparison function for sorting arrays of elements in ascending or descending order 107
0xprinc/huff_binarysearch An implementation of binary search in Solidity for finding elements in sorted arrays. 2
lisprez/so_stupid_search A fast and minimalistic tool for searching strings deeply within directory structures recursively. 164
wyhaines/splay_tree_map.cr A data structure implementation of a semi-balanced binary search tree that optimizes access to frequently accessed items 15
bonzaithepenguin/wikisort An optimized sorting algorithm with O(1) memory usage. 1,273
yusufcakal/algorithms A collection of basic algorithms and solutions in Java 25
mljs/bit-array A JavaScript library for efficient binary array operations 6
ajbrock/smash An experimental method for efficiently searching neural network architectures using a single training run. 489
begeekmyfriend/bplustree A minimal B+Tree indexing structure implementation for efficient key-value storage 1,866
richardstartin/splitmap A parallel boolean circuit evaluation library for efficient filtering and aggregation of large datasets 19
spider-gazelle/bisect A library of algorithms for searching and manipulating sorted arrays in a generic way 12
stoeffel/mergesort An efficient sorting algorithm with O(n log n) complexity. 20
wojciechmula/pyahocorasick A fast and memory-efficient library for exact or approximate string search 960
qbaty/algorithm A collection of JavaScript solutions to algorithm questions and problems from various sources. 50
binarymax/anagramica An online word game and API for generating anagrams, allowing users to solve puzzles and play with letters 8