Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

spidermonkey/topologicalOrder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Simple topological order generator on cyclic inverse dependency graphs.

Building from Source

The application can be easily built with the maven wrapper. You also need JDK 1.8.

$ ./mvnw clean install

If you want to build with the regular mvn command, you will need Maven v3.2.1 or above.

Note
You may need to increase the amount of memory available to Maven by setting a MAVEN_OPTS environment variable with the value -Xmx512m.
Note
To compile/work with the code in your IDE you most probably need to install Lombok plugin.

Running tests

$ ./mvnw test

The regular mvn command can also be used.

Design Considerations

Depth first search is implemented as a reusable component using the visitor pattern.

License

Open Source software released under the Apache 2.0 license.

About

Topological order calculation on reversed dependency graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors