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

https://github.com/v1tbrah/maxcolorgroup


https://github.com/v1tbrah/maxcolorgroup

algorithms go golang

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# maxColorGroup

## Installation

`git clone https://github.com/v1tbrah/maxColorGroup`

## Example usage

* Go to project working directory. For example: `cd ~/go/src/maxColorGroup`
* Run app. For example: `go run main.go`

## Options
The following options are set by default:
```
count of matrix rows: 10
count of matrix cols: 10
count of colors: 3
```
* flag options:
```
-r string
count of matrix rows
-c string
count of matrix cols
-cc string
count of colors
```
For example: `go run main.go -r=5 -c=7 -cc=4`