Pergunta de entrevista da empresa National Instruments

Technical first round question had to do with finding the missing number in an array from 0 to 100.

Resposta da entrevista

Sigiloso

21 de out. de 2012

Make another array from 0 to 100, add up each number one by one, and store it in a variable. Do the same to the array with the missing number and store that value in another variable. Then subtract the second variable from the first.