Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 869 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 869 Bytes

Rust Algorithms and Data Structures

This is a Rust equivalent to FreeCodeCamp's JavaScript Algorithms and Data Structures course (section "Intermediate Algorithm Scripting").

Install

First clone the repository to your desired destination:

git clone [email protected]: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.