Over the weekend I wrote a little ugly perl in order to solve the ‘four fours‘ problem. Essentially the problem is to make as many positive integers as you can, using only four occurrences of the digit ’4′, and some mathematical symbols. For instance: 17 = ( 4 * 4 ) + ( 4 / 4 […]