Skip to content

Hashmap practice problems in Rust

Difficulty:
Category:
Tag:

Showing 6 of 6

Status Title Difficulty
Custom hashing: beating SipHash on integer keys Hard
Hash and the Hash/Eq contract Medium
HashMap fundamentals: get, get_mut and the Hash/Eq contract Easy
HashMap iteration order is random Medium
NLL Problem Case #3, the entry API, and the limits of today's checker Hard
The Entry API: one lookup, not two Medium