https://github.com/3rfaan/rust_algorithms
Small Rust exercises from FreeCodeCamp's JavaScript course for web developers and people familiar with JavaScript
https://github.com/3rfaan/rust_algorithms
exercises freecodecamp learn learning rust rustlings tests
Last synced: 2 months ago
JSON representation
Small Rust exercises from FreeCodeCamp's JavaScript course for web developers and people familiar with JavaScript
- Host: GitHub
- URL: https://github.com/3rfaan/rust_algorithms
- Owner: 3rfaan
- Created: 2023-03-25T20:45:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T16:53:26.000Z (over 2 years ago)
- Last Synced: 2023-09-05T05:49:03.604Z (over 2 years ago)
- Topics: exercises, freecodecamp, learn, learning, rust, rustlings, tests
- Language: Rust
- Homepage:
- Size: 97.7 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Algorithms and Data Structures
This is a Rust equivalent to [FreeCodeCamp's JavaScript Algorithms and Data Structures course](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/) (section ["Intermediate Algorithm Scripting"](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#intermediate-algorithm-scripting)).
## Install
First clone the repository to your desired destination:
```
git clone git@github.com:3rfaan/rust_algorithms.git && cd rust_algorithms
```
Then you can run the following command while in the folder `rust_algorithms`:
```
cargo run
```
There will be a list of all exercises in the same order as on the FCC website. You can then enter the number of the exercise you want to see the tests. If you want to see the result of all tests just type in `all`. To exit the program type `0`.