DataStructures.Tree
DataStructures.Tree copied to clipboard
A Javascript DataStructure library containing classes for representing Tree structures. Also includes methods to convert from a flat self-referencing table, to a hieararchical tree.
Results
1
DataStructures.Tree issues
Sort by
recently updated
recently updated
newest added
Need to resolve circular references, by "privatising" link back to parent and only exposing that via a "getter" method. Deeper issue here is private values using Base.