js-data-structures icon indicating copy to clipboard operation
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

https://arxiv.org/abs/1806.06726

new

https://en.wikipedia.org/wiki/Link/cut_tree

implement

https://en.wikipedia.org/wiki/Treap

implement

https://en.wikipedia.org/wiki/Fusion_tree

implement

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