js-symbol-tree icon indicating copy to clipboard operation
js-symbol-tree copied to clipboard

Turn any collection of objects into its own efficient tree or linked list using Symbol

Results 3 js-symbol-tree issues
Sort by recently updated
recently updated
newest added

[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....