Skip to content

Overflow practice problems in Rust

Difficulty:
Category:
Tag:

Showing 4 of 4

Status Title Difficulty
checked, wrapping, saturating, overflowing Medium
fold and try_fold: a total that refuses to overflow Medium
Integer overflow: debug panics, release wraps Medium
zip and enumerate: pair two lists and report the leftovers Easy