/shortest_paths_rust

Shortest Paths (upto tolerance factor) algorithm implemented in rust

Primary LanguageRustMIT LicenseMIT

Shortest Paths (Rust)

An implementation of a recent coding challenge I encountered. The goal is to find the shortest paths between two nodes up to a tolerance factor in an undirected graph. Cyclic paths are to be considered.

I wrote this to start learning rust.