js-symbol-tree
js-symbol-tree copied to clipboard
Turn any collection of objects into its own efficient tree or linked list using Symbol
[api.md](https://github.com/jsdom/js-symbol-tree/blob/master/api.md) is 404
When I use the Iterator, I would want to know the level of a node. Is there a (low complexity) way to have the level of a node? Level: "The...
When items are repeatedly added to and removed from new trees, the symbols stay and start clogging up the memory. Don't know if this is necessary by design or not....