Main /
9-digit-problemCategories: WIN Mathematics 9-digit-problem 938K Author: Fred Ransom Date: Apr 4 2011 http://www.rapideuphoria.com/9-digit-problem.zip or https://archive.usingeuphoria.com/9-digit-problem.zip This little program solves the problem of finding products such that the digits 1 through 9 occur once and only once on each side of the equation. For example: 7143*25689 = 183496527. It also supplies a permutations namespace file. It introduces use of object oriented programming in Euphoria. It uses win32lib, EU 4 and Judith's IDE. |