Rust (Part 17): Find duplicates and Implement Freq Analysis of Words in a given String
20
Rust (Part 18): create LINKED LIST (first in C and then Rust language)
21
Rust (Part 19): how to find and delete a matching node from linked list
Description:
Dive into a comprehensive 9-hour video series on the Rust programming language. Master fundamental concepts, data structures, and algorithms through hands-on coding comparisons with C++ and Python. Explore bubble sort, quick sort, selection sort, and insertion sort algorithms. Learn to work with random number generation, file I/O, command-line arguments, and data structures like Vec and HashMap. Gain proficiency in Rust-specific features such as enums, structs, traits, closures, and iterators. Implement practical projects including building and filtering a database, performing frequency analysis of words, and creating linked lists. Develop a strong foundation in Rust's ownership model, borrowing concepts, and memory management techniques.