A personal repo documenting my journey learning Rust β mostly through DSA and small exercises.
- dsa/ β data structures & algorithms
- mini_project/ β try to do mini project
- introduction/ β early experiments and syntax exploration
Coming from C and Java, wanted to explore a language that takes memory safety seriously without a garbage collector.
This repo is for learning purposes, not production code. Things might be rough around the edges.