Packages 16
Description
randomly shuffles element between 0 and n-1 (<n)
Publisher
Description
returns parity of an integer
Publisher
Description
simple queue data structure using linked list
Publisher
Description
simple and fast circular doubly linked list with a runtime of O(1) for basic operations
Publisher
Description
multiply two arbitrary precision integers
Publisher
Description
simple last-in-first-out(LIFO) data structure
Publisher
Description
binary search tree in javascript
Publisher
Description
enumerate all the elments in a given array for given capacity
Publisher
Description
generates all possible subsets (powerset) of elements in a given array
Publisher
Description
generates all possible subsets with size k from given array
Publisher
Description
generates permutation of elements in an array
Publisher
Description
disjoint set data structure for browsers and node.js
Publisher
Description
priority queue(heap) data structure for node.js and browsers
Publisher
Description
implementation of various sorting algorithms for browsers and node.js
Publisher
Description
generate nearly sorted array