Skip to content

Commit 469c1c6

Browse files
Justin PulleyJustin Pulley
Justin Pulley
authored and
Justin Pulley
committed
readme
1 parent 6601436 commit 469c1c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Learning Rust By Example and Implementing Algos
22

3-
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/)
44

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

7-
**Bad Sorting for fun**
88

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

Comments
 (0)