sudoku_human
Class PrintStats

java.lang.Object
  extended by sudoku_human.PrintStats

public class PrintStats
extends java.lang.Object

classe contenente il main per usare l'algoritmo umano.

Author:
Marco Cornolti

Constructor Summary
PrintStats()
           
 
Method Summary
static void main(java.lang.String[] args)
          Metodo main per risolvere tutte le istanze presenti in SudokuGames con l'algoritmo umano e stampare le statistiche relative all'elaborazione.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintStats

public PrintStats()
Method Detail

main

public static void main(java.lang.String[] args)
Metodo main per risolvere tutte le istanze presenti in SudokuGames con l'algoritmo umano e stampare le statistiche relative all'elaborazione.