8-Queen

  • 再帰の底\verb+ printqueens()+が呼ばれている
  • printqueens() called at the bottom of the recursion
  • 「Queenをひとつ計算して印刷する関数」を作りにくい
  • Difficult to write a function which prints one result every time it is called
  • マウスクリックの度に解を表示するインタフェースを作りにくい
  • Difficult to print the result at each mouse click