Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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