cmoron / rust_shorted_path

Rust Shortest Path is an application for benchmarking shortest path algorithms in a graph. We have currently implemented the Dijkstra algorithm. This project is written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Shortest Path

Rust Shortest Path is an application for benchmarking shortest path algorithms in a graph. We have currently implemented the Dijkstra algorithm. This project is written in Rust.

Installation

Make sure you have Rust and Cargo installed. If not, you can install them by following the instructions on the official Rust website.

To get a copy of the project, clone the repository with Git:

git clone https://github.com/yourusername/rust_shortest_path.git
cd rust_shortest_path

Utilisation

To compile and run the project, use the following command:

cargo run

Contribuer

Contributions are welcome! Feel free to open an issue or submit a pull request.

Licence

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Rust Shortest Path is an application for benchmarking shortest path algorithms in a graph. We have currently implemented the Dijkstra algorithm. This project is written in Rust.

License:MIT License


Languages

Language:Rust 100.0%