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
- Host: GitHub
- URL: https://github.com/igi-111/colorist
- Owner: IGI-111
- License: mit
- Created: 2015-09-30T16:04:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T10:05:05.000Z (about 7 years ago)
- Last Synced: 2025-04-13T17:56:58.201Z (6 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colorist

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