Katas is a Japanese term for structured practice. In programming, it refers to small coding exercises for skill improvement.
I created this repository to store and share the code I’m using to learn Rust.
This repo contains:
- Multithreading exercises — both synchronous and asynchronous (using the Tokio runtime)
- Solutions to competitive programming problems
- Implementations of basic data structures