Which is missing? (2)

We handle lists that contain n1n-1 integers, all between 00 and n1n-1 (both included), and all different. Therefore, exactly one of these nn numbers is missing. Which one?

Write a function missing(lst)missing(lst) that receives such a list and returns the missing number.

Precondition: we are ensured that the list lstlst received by the function will always fulfill the condition that it contains nonnegative integers less than nn, all different, where nn is one more than the length of lstlst (hence, n>0n > 0 is also guaranteed as the smallest list has length zero).

Problem information

Author: Jordi Petit (adapted by José Luis Balcázar)

Generation: 2026-01-25T17:09:38.335Z

© Jutge.org, 2006–2026.
https://jutge.org