+1
.gitignore
+1
.gitignore
···
1
+
/target
+7
Cargo.lock
+7
Cargo.lock
+6
Cargo.toml
+6
Cargo.toml
+9
README.md
+9
README.md
···
1
+
# Rust Data Structures & Algorithms (DSA)
2
+
3
+
A curated collection of **Data Structures and Algorithms implemented in Rust**, focused on **clarity, correctness, and performance**.
4
+
5
+
This repository is intended for:
6
+
- Learning Rust through practical problem solving
7
+
- Understanding classic DSA concepts
8
+
- Preparing for coding interviews
9
+
- Practicing idiomatic and safe Rust