Skip to content

Commit 4d26733

Browse files
Initialize README with project overview
Add initial project description for graph-rs.
1 parent b585375 commit 4d26733

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Graph-rs
2+
3+
graph-rs is a from-scratch implementation of graph algorithms and the data structures that power them — written in pure Rust, no dependencies. Built to understand how graphs actually work, not to wrap existing crates. A learning ground first, a real library second. Every data structure, every algorithm — written by hand, documented thoroughly, tested strictly.

0 commit comments

Comments
 (0)