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
56 stars
5 watching
7 forks
Language: JavaScript
last commit: about 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A bubble sort algorithm implementation with a comparison function for sorting arrays of elements in ascending or descending order | 107 |
| An implementation of binary search in Solidity for finding elements in sorted arrays. | 2 |
| A fast and minimalistic tool for searching strings deeply within directory structures recursively. | 164 |
| A data structure implementation of a semi-balanced binary search tree that optimizes access to frequently accessed items | 15 |
| An optimized sorting algorithm with O(1) memory usage. | 1,273 |
| A collection of basic algorithms and solutions in Java | 25 |
| A JavaScript library for efficient binary array operations | 6 |
| An experimental method for efficiently searching neural network architectures using a single training run. | 489 |
| A minimal B+Tree indexing structure implementation for efficient key-value storage | 1,866 |
| A parallel boolean circuit evaluation library for efficient filtering and aggregation of large datasets | 19 |
| A library of algorithms for searching and manipulating sorted arrays in a generic way | 12 |
| An efficient sorting algorithm with O(n log n) complexity. | 20 |
| A fast and memory-efficient library for exact or approximate string search | 961 |
| A collection of JavaScript solutions to algorithm questions and problems from various sources. | 50 |
| An online word game and API for generating anagrams, allowing users to solve puzzles and play with letters | 8 |