array-push-at-sort-position
Push items to an array at their correct sort-position
Found 34 results for binary-search
Push items to an array at their correct sort-position
binary search and related utility functions
very simple number based binary search
Various algorithms and math utilities.
Efficient data structures for every day programming
Algorithms Kit: A TypeScript-first library of classic and modern algorithms. Includes sorting, searching, and string-matching utilities for arrays, numbers, and objects. Lightweight, fast, and production-ready.
Algorithms
Algorithms
🚅 Find the closest or exact value using binary search
Some random useful functions and classes
Automatically compress images to exact file size using binary search algorithm.
This is a really tiny, curryed, simple binary search library for Node.JS
Santi's Bisect Library: Binary search in a lightweight package.
Binary search
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.
This consists of variations of several binary search functions used
This is a Binary Search in nodejs package
Utility for searching and inserting elements in a sorted array using a binary algorithm
Binary search in JavaScript
Search fast in a Sorted Array
A solution for finding words started by a string. It works well on both front-end and back-end.
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
All of the data structures Javascript is missing + some basic algorithm implementations.
DSA with Callback.
A small strongly typed pure function utility library
Performs a binary search by iterable or callback
Practicing creating packages while going through algo class. This one mostly does binary search.
[](https://www.npmjs.com/package/your-package-name) [](https://github.com/your-username/your-package-name/blob/master/LICENSE)
JavaScript binary search implementation.
A simple binary search I made as a snippet for leetcode tasks
Provides efficient, pure JavaScript binary search functionality for sorted arrays, includes methods: findLast, findLastLess, findLastLessOrEqual, findFirst, findFirstGreater, findFirstGreaterOrEqual
How to use it const binarysearch =require("mybinarysearch"); const index=binarysearch(arr,target);
Binary Search Package
Its a function that searches an element in an array using binary serach