Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivamka1/graph-algos
https://github.com/shivamka1/graph-algos
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivamka1/graph-algos
- Owner: shivamka1
- Created: 2021-03-02T18:17:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T00:18:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T06:20:56.361Z (6 days ago)
- Language: Scala
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graph-algos
## Test
Check test spec for usage. To execute test suite via sbt, use the following command:
```
$ sbt test
```## Run
Edges are represented as comma separated list of vertices joined by a tilde like so `~`. To run the app via command line, use following command:
```
$ sbt "run 1~2,1~3,1~4,2~5,2~6,4~7,4~8,5~9,6~10,7~11,8~12,11~12"
```