bsearch.js
This is a javascript library to perform binary search on a sorted array.
This is a javascript library to perform binary search on a sorted array.
C++ ternary search tree, for Node Buffers
Sort an array of objects by one or more properties in any order. Multiple properties and custom comparison functions can be used.
A small library provoding method to merge two sorted array
Single page Node package to check if the array is sorted or not
Deep-copy an object, with keys sorted. Supports circular references and custom sort order.
Ordered Map (ES Map compatible)
Uses binary search to insert a value into any sorted collection.
A binary tree based map (aka dictionary) data type for Javascript, keeping keys sorted at all times
Runs a binary search on any sorted collection.
A sorted array is a collection of values, arranged in an order.
A sorted array is a collection of values, arranged in an order.
Map subclass that efficiently maintains a sorted iteration order.
Get your top npm packages, ranked by downloads
generate nearly sorted array
Sorted List Implementation Using AVL Tree Data Structure
Count the number of elements in a sorted collection less than, equal, or greater than the given value
Some Backbone objects extended to provide additional functionality
Checks that specific array elements or string characters appear only in a certain order.
Implementation of sorted array with binary search