Today's Little Program answers the question, "Given an interval of real numbers, find the shortest binary string that fits in that interval." For example, if you are given the range 0.1…0.3, then the answer is 0.25, whose binary representation is 0.01. Another way of phrasing the problem is that you are to find the simplest dyadic ...