array-push-at-sort-position
Push items to an array at their correct sort-position
Push items to an array at their correct sort-position
Binary search
🚅 Find the closest or exact value using binary search
A solution for finding words started by a string. It works well on both front-end and back-end.
Some random useful functions and classes
This is a really tiny, curryed, simple binary search library for Node.JS
Binary search in JavaScript
Practicing creating packages while going through algo class. This one mostly does binary search.
A small strongly typed pure function utility library
DSA with Callback.
Binary search is a searching algorithm that works on sorted data. Binary searches check the middle value to see whether the desired value is greater or smaller than it. If the desired value is smaller, this algorithm can search the smaller parts, or it ca
AlgoVerse is a JavaScript library for efficient algorithms, data structures, and interactive visualizations. It helps developers implement and visualize structures like heaps, graphs, and trees in real time.
[](https://www.npmjs.com/package/your-package-name) [](https://github.com/your-username/your-package-name/blob/master/LICENSE)
Various algorithms and math utilities.
All of the data structures Javascript is missing + some basic algorithm implementations.
Algorithms
very simple number based binary search
JavaScript binary search implementation.
Performs a binary search by iterable or callback
Santi's Bisect Library: Binary search in a lightweight package.