You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html)and [OCW 6.006 MIT Intro to Algos](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-spring-2020/)
3
+
Following [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html), [Rust Book](https://doc.rust-lang.org/book/title-page.html)and implementing cool stuff from [MIT 6.006 Intro to Algos](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-spring-2020/)
4
4
5
-
## Start by Sorting
5
+
## Language Basics
6
+
Summaries of chapters from the Rust Book can be found [here](https://github.com/simplemachine92/rust-learning/tree/master/book) along with [examples](https://github.com/simplemachine92/rust-learning/tree/master/book/examples).
6
7
7
-
**Bad Sorting for fun**
8
8
9
-
[BozoSort or Permutation Sort](https://github.com/simplemachine92/rust-learning/blob/master/sorting/Bozo_sort/bozo_sort.rs)
9
+
## Start by Sorting
10
+
Bad Sorting for fun: [BozoSort](https://github.com/simplemachine92/rust-learning/blob/master/sorting/Bozo_sort/bozo_sort.rs)
0 commit comments