|
|
|
|
|
by afdbcreid
3 days ago
|
|
I absolutely agree learning C is a good thing! In fact, there are two camps of Rust people: one that argue that you should not learn C before learning Rust, and one that argues that you should. Also, while such data structures/algorithms are rare, and more importantly, they can be written once and used many times, someone still needs to write them! Here is some online content on this side of Rust: - Learn Rust the Dangerous Way - https://cliffle.com/p/dangerust/ - Learn Rust With Entirely Too Many Linked Lists - https://rust-unofficial.github.io/too-many-lists/ - The Rustonomicon - https://doc.rust-lang.org/nomicon/ |
|