My solutions for the Coursera specialization algorithms in Rust.
https://www.coursera.org/specializations/algorithms
data | ||
misc | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
algos
This repository contains my solutions to the Coursera Algorithms specialization by Tim Roughgarden from the Stanford University. I implemented the assignments in Rust to learn more about the language. I took the class to refresh my knowledge about algorithms.