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

https://github.com/igi-111/colorist

coloring bitmaps with disjoint sets
https://github.com/igi-111/colorist

Last synced: about 1 month ago
JSON representation

coloring bitmaps with disjoint sets

Awesome Lists containing this project

README

          

# Colorist

![Example](./sample/example.png)

Compiler ce programme nécessite un compilateur C++14 et CMake.
Pour compiler et lancer les tests:
```
cd build
cmake ..
make
ctest
```