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

https://github.com/ml3m/graphcombinatorics


https://github.com/ml3m/graphcombinatorics

Last synced: about 2 months ago
JSON representation

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
```