https://github.com/v1tbrah/maxcolorgroup
https://github.com/v1tbrah/maxcolorgroup
algorithms go golang
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/v1tbrah/maxcolorgroup
- Owner: v1tbrah
- Created: 2022-12-13T17:57:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T21:03:57.000Z (over 2 years ago)
- Last Synced: 2025-02-07T13:32:03.448Z (4 months ago)
- Topics: algorithms, go, golang
- Language: Go
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`