Treffer: Algoritamsko rješenje naprednih metoda rješavanja logičke zagonetke sudoku u programskom jeziku Python ; Algorithmic solution of advanced methods of solving a sudoku logic puzzle in the Python programming language
Josip Juraj Strossmayer University of Osijek. Faculty of Electrical Engineering, Computer Science and Information Technology Osijek. Department of Core Courses. Chair of Mathematics, Physics and Mechanical Engineering.
Weitere Informationen
Cilj je bio napraviti Python program koji će riješiti sudoku zagonetku koju korisnik unosi. Pri pokretanju programa potrebno je da program otvori novi prozor koji predstavlja sudoku tablicu koju korisnik popunjava sa brojevima od 1 do 9 na željena mjesta. U poglavljima su opisane napredne metode koje su i implementirane u Python programskom kodu. One uključuju naked single, xwing i y-wing. Uspješno su testirane sve vrste metoda koje su programirane u više različitih sudoku zagonetki. ; The goal was to create a Python program that will solve a Sudoku puzzle entered by the user. When starting the program, it is necessary for it to open a new window representing a Sudoku grid which the user fills with numbers from 1 to 9 in the desired positions. The chapters describe advanced methods that are also implemented in the Python programmable code. These include the naked single, x-wing, and y-wing techniques. All types of methods that were programmed were successfully tested on several different Sudoku puzzles.