https://github.com/ml3m/graphcombinatorics
https://github.com/ml3m/graphcombinatorics
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ml3m/graphcombinatorics
- Owner: ml3m
- Created: 2024-10-11T19:38:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T16:35:09.000Z (6 months ago)
- Last Synced: 2025-04-09T18:15:50.544Z (about 2 months ago)
- Language: Go
- Size: 27.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphCombinatorics
Some of the algorithms are implemented in Go, which requires to have Go installed.
to run a file you need to run the following command with any of the files:
```bash
go run /path/to/file.go
```Some of the algorithms are implemented in C++, which requires to have GCC/G++ compiler installed.
to run a file you need to run the following command with any of the files:
```bash
g++ /path/to/file.cpp -o executable
./executable
```