Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yemouu/graph-traversal-techniques
Algorithm Analysis Group Project
https://github.com/yemouu/graph-traversal-techniques
Last synced: 7 days ago
JSON representation
Algorithm Analysis Group Project
- Host: GitHub
- URL: https://github.com/yemouu/graph-traversal-techniques
- Owner: yemouu
- License: 0bsd
- Created: 2024-10-30T11:53:36.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:37:50.000Z (9 days ago)
- Last Synced: 2024-10-30T16:31:43.963Z (9 days ago)
- Language: Nix
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Graph Traversal Techniques
KSU Algorithm Analysis Group Project# Running
If you are using Nix/NixOS this project can be run with:
```sh
nix run
```In other environments, install [hatch](https://hatch.pypa.io/latest/install/) and run the command:
```sh
hatch run graph-traversal
```