My solutions for the Coursera specialization algorithms in Rust. https://www.coursera.org/specializations/algorithms
 
 
Go to file
Felix Martin c6fa92aba2 Finish specialization 2021-02-28 23:27:04 -05:00
data Implement Papadimitriou's algorithm 2021-02-28 21:02:37 -05:00
misc Start to implement K-clustering 2021-02-04 21:39:38 -05:00
src Finish specialization 2021-02-28 23:27:04 -05:00
.gitignore Start to implement K-clustering 2021-02-04 21:39:38 -05:00
Cargo.toml Try to improve the performance of the two-sum assignment 2020-12-23 15:19:49 -05:00
LICENSE Initial commit 2020-11-12 20:48:30 +01:00
README.md Finish specialization 2021-02-28 23:27:04 -05:00

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.

Certificate