Solving sudoku with fortran?

easy sudoku
randomnesoflife asked:

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.

Bookmark and Share





2 Responses to 'Solving sudoku with fortran?'

  1. mapighimagsik_so - August 30th, 2009 at 4:48 am

    In order to do the backtracking, you’ll probably need some sort of array or list.

    This website covers Fortran arrays in detail.

  2. Lisa R - August 31st, 2009 at 7:06 pm

    Use double array.


Leave a Reply