data-collection.js
Version:
Simple collection classes that can be used in JS/Node.
21 lines (17 loc) • 588 B
Markdown
## Classes
###Nodes
<dl>
<dt><a href="https://varun2604.github.io/data-collection.js/TreeNode.html">TreeNode</a></dt>
<dd></dd>
<dt><a href="https://varun2604.github.io/data-collection.js/LinkedNode.html">LinkedNode</a></dt>
<dd></dd>
</dl>
###Collection Classes
<dl>
<dt><a href="https://varun2604.github.io/data-collection.js/TreeList.html">TreeList</a></dt>
<dd></dd>
<dt><a href="https://varun2604.github.io/data-collection.js/TreeSet.html">TreeSet</a></dt>
<dd></dd>
<dt><a href="https://varun2604.github.io/data-collection.js/LinkedList.html">LinkedList</a></dt>
<dd></dd>
</dl>