8-Queen
解を次々と計算して表示するのは簡単
Easy to show solutions sequentially
ユーザアクションの応じて次の解を計算するのは難しい
Difficult to show next solution based on user actions
パズルを解くプログラムとユーザアクションを別プロセスにするとよい
Separation of solver and user action