make-github-pseudonymous-again / js-data-structures

:herb: Data structures for JavaScript
GNU Affero General Public License v3.0
57 stars 3 forks source link

js-fliplist #37

Closed make-github-pseudonymous-again closed 7 years ago

make-github-pseudonymous-again commented 7 years ago

List with O(1) merge/reverse/insert/delete and dynamic pointers. Merge can invalidate one of the list's iterators. Can be overcomed using union-find.

make-github-pseudonymous-again commented 7 years ago

https://github.com/aureooms/js-fliplist