sunsided / graph-rs

A graph playground in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A graph playground in Rust


Languages

Language:Rust 100.0%