Skip to content

mkitchin/topological-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

topological-sort

Example of indirected topological sort algorithm.

Things to See

Look for comments in the following:

  • NodeData - Payload class (i.e., the thing to be sorted).
  • NodeUtil - Sorting algorithm and supporting methods, especially findNodeOrders() methods.

Look for examples in the following:

  • NodeUtilTest - Simple positive/negative examples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages