/graph-rs

A graph playground in Rust

Primary LanguageRust

Graphs Playground in Rust

A work in progress to experiment with graph representation and memory layout.

See src/lib.rs for the main Graph representation and src/path_queries for simple BFS, DFS and A* search and traversal implementations.

Example Graphs