//AMIS Technology Blog » sudoku

Posts tagged sudoku

SIG Event

Oracle RDBMS 11gR2 – Solving a Sudoku using Recursive Subquery Factoring

Oracle Database 11g Release 2 introduces a new feature called Recursive Subquery Factoring. My collegue Lucas sees it as a substitute for Connect By based hierarchical querying, Oracle RDBMS 11gR2 – new style hierarchical querying using Recursive Subquery Factoring. When I first was thinking about a pratical use for this feature I couldn’t come up with anything, but on second thought:: solving Sudokus!

Say you have a sudoku like:

(more…)

SIG Event

Solving a Sudoku with 1 SQL-statement: the Model-clause

Solving a Suduku with one SQL-statement, is that possible? A lot of people won’t believe it, but yes, it can be done. (more…)

SIG Event

Solving a Sudoku with Collections

If you want to write a program to solve sudokus, you can use almost any programming language. And PL/SQL too!

(more…)

Go to Top