weeklychallenge
Python and Perl solutions to the weekly challenge 327
Task 1: Missing Integers: You are given an array of n integers. Write a script to find all the missing integers in the range 1..n in the given array. Just offhand, I can think of several approaches to this problem: * loop over the range and for each number loop