Solving sudoku with fortran?
December 29th, 2008
I need to write a fortran program that solves sudoku puzzles. The only ideas I have are just doing the whole thing using backtracking, but i'm not exactly how to do this with fortran. can anyone help? please email me if it's easier.
In order to do the backtracking, you'll probably need some sort of array or list.
This website covers Fortran arrays in detail.
RSS Feeds
December 29th, 2008
In order to do the backtracking, you'll probably need some sort of array or list.
This website covers Fortran arrays in detail.
References :
http://www.labmon.io.usp.br/cursos/iof0227/fortran/arrays.htm
December 29th, 2008
Use double array.
References :
http://ijug.net/programming.htm