What javascript tree data structures are available?

ocoutts picture ocoutts · Dec 27, 2011 · Viewed 58.7k times · Source

Are there good libraries for manipulating trees in javascript? Just to be clear, I am looking for tree as in data structure not display model.

Answer

ty. picture ty. · Apr 16, 2012

Here are some libraries that you may find helpful:

arboreal.js, a "micro-library for traversing and manipulating tree-like data structures" in node.js and the browser.

buckets, a "complete, fully tested and documented data structure library" that includes BSTs, a heap, and a bunch of other goodies.