57 packages found
Helprjs is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects
Collection of ready-to-use implementation of some sorting algorithms such as: merge sort, quick sort, bubble sort, insertion sort
Broad coverage of sorted array operations
- sorted array
- operations
- commonjs
- ES module
- insert
- remove
- union
- intersection
- difference
- symmetric difference
- inplace merge
- includes
- binary search
- lower bound
- View more
Merge and sort string index ranges
Node.js module to add, subtract, intersect timespans and generate them from rules.
Common typescript ready prototypes available in both CommonJS and ECMAScript
- server-side
- client-side
- common
- typescript
- prototype
- array
- all
- any
- append
- average
- chunk
- clone
- compact
- contains
- View more
2-way merge
A bountyful amount of algorithms to pick from, choose your poison.
a collection of algorithms written in typescript
- algorithms
- sorting
- data
- structures
- javascript
- typescript
- node
- npm
- search
- linear
- binary
- sort
- insertion
- bubble
- View more
Various object utility functions
merges 2 or more sorted arrays efficiently using a priority queue
A module for merging several sorted (ongoing) streams into one.
Merges multiple streams into an aligned tuple stream
Batcher's odd-even mergesort algorithm for JavaScript
Merge sort library made for testing class
Iterative implementation of merge sort
Sort an array using the merge-sort algorithm.
Sort-algorithms regroup all the popular sorting algorithms.
merge sort with objects support
Merge two sorted arrays in O(n) time and O(n) space