8000 GitHub - EirikAskheim/rust_algorithms: Small Rust exercises from FreeCodeCamp's JavaScript course for web developers and people familiar with JavaScript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Small Rust exercises from FreeCodeCamp's JavaScript course for web developers and people familiar with JavaScript

Notifications You must be signed in to change notification settings

EirikAskheim/rust_algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

About

Small Rust exercises from FreeCodeCamp's JavaScript course for web developers and people familiar with JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%
0