Hired requires applicants to solve 3 out of 5 coding problems.
All solutions handle a series of inputs and are required to output the correct
solution in < 2s.
I had a real problem with this, running only 3/6 inputs in the 2s timespan
alloted, but I don't really understand why. Any ideas?
Also, see this gist by @matthewrudy which
also attempts to solve this problem: https://gist.github.com/matthewrudy/8677812