go4fun.fun
Go4Fun - Functional programming and more

Go4Fun - Functional programming and more

Follow

Rust Interview Puzzles: Find missing numbers

Feb 20, 20232 min read

Problem Given a vector vec of n natural numbers (each number is in the range [1..n]), we need to return "missing" natural numbers that do not appear...

Rust Interview Puzzles: Find missing numbers
Rust Interview Puzzles: Form the largest number
Rust Interview Puzzles: Find common factors
Rust Interview Puzzles: Find the pivot number
Rust Interview Puzzles: Find the first unique character in a string
Rust Interview Puzzles: Ugly numbers