Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Missing Number (Easy 268)

Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array.

Solution:

Click here Xor length of array with all members of array and with numbers 0..

Installation

Run make to run python and Swift files.