Class SendMoreMoney
java.lang.Object
SendMoreMoney
public class SendMoreMoney
- extends Object
The famous SEND + MORE = MONEY problem.
The Send More Money Problem consists in finding distinct digits for the letters D, E, M, N, O, R, S, Y
such that S and M are different from zero (no leading zeros) and the equation SEND + MORE = MONEY is satisfied.
- Version:
- 2.0.1
- Author:
- Arnaud Malapert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SendMoreMoney
public SendMoreMoney()
buildModel
public void buildModel()
buildSolver
public void buildSolver()
solve
public void solve()
main
public static void main(String[] args)
Copyright © 2012. All Rights Reserved.