ygg
v0.1.1
Published
Tree data structure for JavaScript
Downloads
2
Readme
Yggdrasil
Graph/Tree library for JavaScript. And its algorithmic friends.
Roadmap
###Graph
Graph prototype ✓
Digraph prototype
Algorithms
a. Graph-types checker (Chordal, etc) b. Colouring ✓
###Tree
Generic tree prototype
Binary Tree prototype
Red-black Tree prototype
Algorithms
a. Binary Search