This repository contains implementations of various algorithms and data structures discussed in the Frontend Masters Computer Science course, using the Rust programming language. I just started learning Rust recently and the aim of this project is to deepen the understanding of both the theoretical aspects of computer science and practical Rust programming.
-
Clone the repository:
git clone https://github.com/arnsa/rust-algorithms-exercises
-
Change into the project directory:
cd rust-algorithms-exercises
-
Build the project:
cargo build
-
Run the tests to ensure everything is set up correctly:
cargo test
- Add missing doc comments
- Implement
delete
method in BinarySearchTree
This project is licensed under the MIT License.