User Tools

Site Tools


sc330_f2016:prolog2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
sc330_f2016:prolog2 [2018/02/26 18:25]
morse
sc330_f2016:prolog2 [2018/10/26 02:02]
morse
Line 15: Line 15:
 You will write a program in prolog that can solve 9X9 Sudoku puzzles. We've provided **[[sc330_f2016:​sudoku|template code]]** to help solve the problem. To solve this problem, fill in the procedure named ''​solve''​. You will write a program in prolog that can solve 9X9 Sudoku puzzles. We've provided **[[sc330_f2016:​sudoku|template code]]** to help solve the problem. To solve this problem, fill in the procedure named ''​solve''​.
  
-''​Solve''​ takes a list of nine lists. Each list represents a row in the puzzle. Each item in the list is either an integer 1 to 9 or an unbound variable.+''​solve''​ takes a list of nine lists. Each list represents a row in the puzzle. Each item in the list is either an integer 1 to 9 or an unbound variable.
  
 You must meet the following requirements:​\\ You must meet the following requirements:​\\
sc330_f2016/prolog2.txt ยท Last modified: 2021/06/30 23:42 (external edit)