Skip to content

devshawn/vertex-coloring

Repository files navigation

Vertex Coloring

Build Status Coverage Status

Materials, notes, and code for a directed study on vertex coloring and related graph theory.

List of work
Report write up on homework

Coloring Library

I've started a vertex coloring library that implements heuristics to solve the vertex coloring problem (VCP).

It was developed using Java 8 and uses the Gradle build system to build the jar and run tests. It includes a gradle wrapper to build the library. To build from the command line, clone this repository and run:

./gradlew :library:build
java -jar build/lib/com.devshawn.coloring.library.jar

About

Materials, notes, and code for a directed study on vertex coloring and related graph theory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published