Skip to content

Latest commit

 

History

History

missing_number

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Problem

Given an array containing n distinct numbers taken from 0, 1, 2, 3, ....., n. Find the number that is missig from the array.

Problem Link