js-data-structures
js-data-structures copied to clipboard
:herb: Data structures for JavaScript
Results
22
js-data-structures issues
Sort by
recently updated
recently updated
newest added
Chan's algorithm [SoCG16] encode data as a polynomial A(x) = (sum f(x_i)^p)^(1/p) approx f. = n^(1/p) C(x) = (sum i f(x_i)^p)^(1/p) p = 1/e log n C(x)/A(x) insert / delete...
implement
http://en.wikipedia.org/wiki/Binary_tree#Succinct_encodings
implement
http://en.wikipedia.org/wiki/Partition_refinement
implement