Fun Programming Question 2022-04-18

Since the list is sorted you could subtract two consecutive entries. If the result is not 1, then you have a missing number. :person_shrugging:

3 Likes