← Back to Challenges
Collections & Iterators (8)
Standard collections and iterator workflows.
Collections (5)
Vectors
Perform basic operations on vectors in Rust.
Slices
Find the largest element in a slice of integers.
Slice Manipulation
Practice updating specific elements of a mutable slice in Rust.
Hashmaps
Use Rust's HashMap to create a simple key-value store.
Unique Items
Use Rust iterators to filter and collect unique items from a collection.
Iterators & Computations (3)