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.

Leave a Reply

2 Responses to “Solving sudoku with fortran?”

  1. Comment by mapighimagsik_so

    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

  2. Comment by Lisa R

    Use double array.
    References :
    http://ijug.net/programming.htm