Skip to content

ieatkillerbees/graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$node1 = new Node('foo');
$node2 = new Node('bar', $node1);
$graph = new Graph();
$graph->addNode($node1);
$graph->addNode($node2);
$graph->sort();

About

Simple DA Graph object with topological sorting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages