This repository contains my solutions to LeetCode problems implemented in Rust, serving as a practical way to learn Rust's ownership model, pattern matching, and other language features. Additionally, I will also implement data structures and algorithms in Rust.
- Rust (latest stable version recommended).
- Cargo (Rust's package manager, included with Rust installation).
| Date | Title | Link | Code |
|---|---|---|---|
| 2025-08-22 | Binary Search | ./dsa/binary/search.rs | ./dsa/binary/search.rs |
| 2025-08-22 | Linked List | ./dsa/linked_list.rs | ./dsa/linked_list.rs |
| 2025-08-24 | Binary Tree | ./dsa/binary/tree.rs | ./dsa/binary/tree.rs |
Note: More experiments will be added, you gyes can refer to TODO.md for more details.
This project is licensed under the MIT License - see the LICENSE file for details.
