Questions 120 - 125

Fancier code patterns, answering counting questions

120: Let's write a solver that uses some fancier constructs from AI:aMA like being aware of how many pieces could fit into the corners. Least Constrained Neighbors.

http://aima.cs.berkeley.edu/

121: Let's write a solver that uses some fancier constructs from AI:aMA like Most Constrained whatever

http://aima.cs.berkeley.edu/

122: Let's write a solver that uses some fancier constructs from AI:aMA like Arc Consistency

???: Let's count the number of solutions for 3x20

The answer is 2, TODO: write code to prove this

123: Let's count the number of solutions for 4x15

The answer is 368, TODO: write code to prove this

124: Let's count the number of solutions for 5x12

The answer is 1010, TODO: write code to prove this

125: Let's count the number of solutions for 6x10

The answer is 2339, TODO: write code to prove this

Last updated