Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/federicobonel/map-coloring

RestAPI that provides backtracking and greedy algorithms to solve the map coloring problem (subset of the set of NP graph coloring problems) following the 4 color theorem (minimizes the number of colors used).
https://github.com/federicobonel/map-coloring

Last synced: about 18 hours ago
JSON representation

RestAPI that provides backtracking and greedy algorithms to solve the map coloring problem (subset of the set of NP graph coloring problems) following the 4 color theorem (minimizes the number of colors used).

Awesome Lists containing this project

README

        

# mapGraph-coloring
RestAPI that exposes backtracking and greedy algorithms to solve the map coloring problem, a subset of
the set of NP graph coloring problems, following the [four color theorem](https://en.wikipedia.org/wiki/Four_color_theorem) (minimizes the number of colors used).

### Take a look at the Swagger Doc.
![map-coloring-swagger-ui](https://media.giphy.com/media/9Wv6EBfra5dG9vpKFq/giphy.gif)