Essays about: "Backtracking"

Showing result 16 - 17 of 17 essays containing the word Backtracking.

  1. 16. Comparison of how common sudoku solving techniques perform when adapted and applied to jigsaw sudokus

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : TOMAS WICKMAN; EMIL ÖHMAN; [2014]
    Keywords : ;

    Abstract : Sudoku and Jigsaw sudoku are two similar logic puzzles. The goal of the puzzles is to place numbers in a 9*9 grid until certain rules are met. In both Jigsaw sudoku and normal sudoku the numbers 1 to 9 needs to be placed in every row, column and box. READ MORE

  2. 17. The Effect of using a Trailing Persistent Array to Embed Logic Programming into a Functional Language

    University essay from Institutionen för informationsteknologi

    Author : Nicklas Nordenmark; [2011]
    Keywords : ;

    Abstract : Logic programming is an important paradigm because of its declarative nature – a programmer declares values and facts and then the program executes by inferring their consequences via backtracking search and unification. There are many situations where logic programming allows elegant solutions that are difficult to emulate in other paradigms, such as implementing type inference or solving problems that require backtracking search. READ MORE