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://en.wikipedia.org/wiki/Order_statistic_tree (A persistent implementation can be built on top of fingertrees, see IndOrdSeq in https://github.com/aureooms/js-persistent)

https://en.wikipedia.org/wiki/Top_tree Stephen Alstrup, Jacob Holm, Kristian De Lichtenberg, and Mikkel Thorup, Maintaining information in fully dynamic trees with top trees, ACM Transactions on Algorithms (TALG), Vol. 1 (2005), 243–264, doi:10.1145/1103963.1103966...

new

- https://github.com/codenotary/merkletree - https://tools.ietf.org/html/rfc6962#section-2.1

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

new

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

new

https://en.wikipedia.org/wiki/K-d_tree Lopsided here http://drops.dagstuhl.de/opus/volltexte/2017/7226/pdf/LIPIcs-SoCG-2017-27.pdf

new

https://en.wikipedia.org/wiki/Range_tree See http://drops.dagstuhl.de/opus/volltexte/2017/7226/pdf/LIPIcs-SoCG-2017-27.pdf for lopsided (maybe misunderstood, might apply only to kd trees)

new

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

new