Sunday, May 22, 2005

Design Patterns: Simplify Distributed System Design Using the Command Pattern, MSMQ, and .NET -- MSDN Magazine, September 2004 

Design Patterns: Simplify Distributed System Design Using the Command Pattern, MSMQ, and .NET -- MSDN Magazine, September 2004

Saturday, May 14, 2005

Sudoku Questions 

Number of possible grids
How to generate grids
How to determine if there is just one solution.
Minimum number of cells prespecified to get a solution
How to avoid searching
How to avoid lookahead

Sudoku - Wikipedia, the free encyclopedia 

Sudoku - Wikipedia, the free encyclopedia

Sudoku is NP-Complete

Sudoku - Methods 

Brute force
Linear Programming
Pattern Matching
Elimination
Dynamic Programming