Sudoku (数独 sūdoku?), also known as Number Place or Nanpure, is a logic-based placement puzzle. The objective is to fill the grid so that every column,

Slides:



Advertisements
Similar presentations
Can you master it?. Sudoku Hype Sudoku is a logic-based number placement puzzle. The objective is to fill a 9×9 grid so that each column, each row, and.
Advertisements

Brain Challengers!!!.
Solving Sudoku1 Website: Labelling scheme.
Maayan Zehavi. Pic-a-pix is a paint by number logic puzzle, in which cells in a grid must be colored or left blank according to numbers at the side of.
Number puzzles in the paper Did you know there’s a whole range of number puzzles you can try in most newspapers? Click on the puzzles below to complete.
Playing Fair at Sudoku Joshua Cooper USC Department of Mathematics.
Sudoku. Introduction In this presentation I will cover the Sudoku puzzle, some basics of its complexity as well as specifically discussing the complexity.
Algebra and Sudoku By Ashley MacDonald Math 354: Modern Algebra 1
Structured Graphs and Applications
May 2007Task SchedulingSlide 1 Task Scheduling A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
Link-A-Pix and Fill-A-Pix The lesser known relatives of Paint By Numbers.
Game Gallery Project (1) Supervised By: Professor Mona Mursi 2007.
Sudoku Rules Now in PowerPointVision! Tyler “The Admiral” Hinman.
A game of logic where the player must assign the numbers 1..9 to cells on a 9x9 grid. The placement of the numbers must be such that every number must.
May 2012Task SchedulingSlide 1 Task Scheduling A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
Multiplying matrices An animated example. (3 x 3)x (3 x 2)= (3 x 2) These must be the same, otherwise multiplication cannot be done Is multiplication.
SOLVING SUDOKU Graham Hutton University of Nottingham (with thanks to Richard Bird)
The Mathematics of Sudoku Helmer Aslaksen Department of Mathematics National University of Singapore
Children of technology How to attract students’ attention, being ‘’Children of technology’’?
Solving Sudoku Mark PTTLS Micro teach. Solving Sudoku What is a Sudoku? A Sudoku is a number puzzle based on a 9x9 grid made up from smaller 3x3 blocks.
More Computational Curiosities of Sudoku ( 数独 ) Bryson R. Payne, Ph.D. North Georgia College & State University.
Patrick March, Lori Burns. History Islamic thinks and the discovery of the latin square. Leonhard Euler, a Swiss mathematician from the 18 th century,
Mathematical Methods In Solving Sudoku Puzzles By: Cory Trenkamp Wright State University May 24, 2006.
CS194 Project: Sudoku Difficulty Kha Chu Advisor: Professor Sahai.
SOLVING SUDOKU WITH MATLAB VERIFICATION FUNCTION correctness verification of the puzzle: checks if the current element appears twice in the same line,
SUDOKU Via Relaxation Labeling
Sudoku Puzzles Frank Hilvers Taylor O’Brien. The History of Sudoku The history of Sudoku puzzles dates back to the 18th century.  Swiss mathematician.
SQL Normalization Database Design Lecture 5. Copyright 2006Page 2 SQL Normalization Database Design 1 st Normal Form 1 st Normal Form 2 nd Normal Form.
Sudoku Hands-on Training Masters Project Presentation Yiqi Gao March 19, 2014.
SOLVING SUDOKU WITH MATLAB Raluca Marinescu, Andrea Garcia, Ivan Castro, Eduard Enoiu Mälardalen University, Västerås,
Constraint Satisfaction Problems (CSPs) CPSC 322 – CSP 1 Poole & Mackworth textbook: Sections § Lecturer: Alan Mackworth September 28, 2012.
2009/11/14GPW20091 Analysis of the Behavior of People Solving Sudoku Puzzles Reijer Grimbergen School of Computer Science, Tokyo University of Technology.
Computing Science 1P Large Group Tutorial 20 Simon Gay Department of Computing Science University of Glasgow 2006/07.
Whiteboardmaths.com © 2008 All rights reserved
Get Into Sudoku! How to play and how to become an expert.
By D. Fisher. Easy 4 by 4 puzzle For answers click once. A.
Data Structures Using C++ 2E1 Recursion and Backtracking: DFS Depth first search (a way to traverse a tree or graph) Backtracking can be regarded as a.
Sudoku Solver Comparison A comparative analysis of algorithms for solving Sudoku.
©Evergreen Public Schools Teacher Notes 10/30/2015 Supplies Needed: Class set of sudoku puzzles. 4 sets squares with the digits 1 – 4. 6 sets squares.
HKOI2006 Analysis and Solution Junior Q3 – Sudoku HKOI Training Team
By: Jeremy Wright Derek Anderson
Topic 3 Games and Puzzles Unit 1 Topic 1. You just used reasoning to determine what happened in the story. In this unit, we are going to do the same.
1 Project Management Example Solving Sudoku 2 What is Sudoku?  Sudoku is a game with 9 columns and 9 rows and 9 “boxes” composed of a 3 x 3 Grid  Numbers.
To create a program, written in C++, that could generate a Sudoku. Elements to take into consideration: The Sudoku created must have one unique solution.
Latin squares Def: A Latin square of order n is a quadruple (R, C, S; L) where R, C and S are sets of cardinality n and L is a mapping L: R × C → S such.
Su Doku!. Given a grid and some numbers, fill the rest in… They might be in the wrong order…
How Do I Solve This Thing?. You are familiar with Sudoku puzzles. For this variation, place the integers 1 – 9 into each row or column such that the.
Sudoku is a logic-based, combinatorial number-placement puzzle. The objective is to fill a 9x9 grid with digits so that each column, each row, and each.
Monster (“Mega”) Sudoku
CompSci Problem Solving: Sudoku  Rules of the Game Sudoku is played with a 9 by 9 "board" consisting of nine 3 by 3 sub-boards. The symbols 1 -
By Luke. What is Sudoku? Sudoku is a number game it has 81 squares. The only numbers you can use are 1,2,3,4,5,6,7,8 and 9.
Combinatorial Designs and Their Applications ( 組合設計及其應用 ) 應用數學系 傅恆霖.
Chapter 8 Multidimensional Arrays
Monster (“Mega”) Sudoku
Teacher Notes Supplies Needed: Class set of sudoku puzzles.
A CIS 5603 Course Project By: Qizhong Mao, Baiyi Tao, Arif Aziz
Constraint Satisfaction Problems (CSPs) Introduction
Teacher notes You can sometimes find examples of these in the daily newpaper puzzle pages (Try the independent?) You might want to print off multiple.
Patrick MacKinnon & Claude-Michelle Chavy-Waddy
Title: Magic Square Challenge
Example Fill in the grid so that every row, column and box contains each of the numbers 1 to 9:
Your Title Here Instructions
The mathematics behind sudoku
Objective: Today we will investigate the ‘magic’ in magic squares.
Invention List & Survey Brainstorm Page 4
Puzzle A Puzzle B.
Sudoku.
Solve the equation: 6 x - 2 = 7 x + 7 Select the correct answer.
Chapter 8 Multidimensional Arrays
Task Scheduling A Lecture in CE Freshman Seminar Series:
Presentation transcript:

Sudoku (数独 sūdoku?), also known as Number Place or Nanpure, is a logic-based placement puzzle. The objective is to fill the grid so that every column, every row and every 3×3 box contains the digits 1 to 9. The puzzle setter provides a partially completed grid so that there is only one solution. Completed Sudoku puzzles are a type of Latin square, with an additional constraint on the contents of individual regions. Leonhard Euler is sometimes cited as the source of the puzzle, based on his work with Latin squares[1]. The modern puzzle was invented by an American, Howard Garns, in 1979 and published by Dell Magazines under the name "Number Place"[2]. It became popular in Japan in 1986, when it was published by Nikoli and given the name Sudoku. The name "Sudoku" is the Japanese abbreviation of a longer phrase, "Sūji wa dokushin ni kagiru" (数字は独身に限る "Sūji wa dokushin ni kagiru"?), meaning "the digits must occur only once" . It became an international hit in 2005. from Wikipedia http://en.wikipedia.org/wiki/Sudoku by D. Fisher

4 3 1 4 3 4 1 2 Easy 4 by 4 puzzle A. For answers click once. Sudoku techniques Sudoku solving technique #1 Sole Candidate When all the other possibilities for the sudoku cell have been removed, and only one choice remains - then it must be the correct value. Sudoku solving technique #2 Unique Candidate If a cell is the only one in the row that can contain a certain number, then it must have that number. This is because every row of the sudoku must have each of the values 1-9. The same applies to columns and 3x3 blocks in the sudoku. Sudoku solving technique #3 Col/Row/Block interactions If you know that a number must occur in a certain row, then you can eliminate that number as a possibilty for other blocks in the same row. Eg, if you know that the number 4 must appear in the 1st row of block 1 (2nd and 3rd rows being full) then you know that the number 4 cannot occur in block 2 or 3 in the sudoku. This applies to columns as well. Sudoku solving technique #4 Naked subset if 2 squares in the same col/row/block have the same 2 candidates, then you can remove those numbers as candidates in the same col/row/block. This rule extends to cover 3 squares with the same 3 candidates, 4 etc. 2 For answers click once.

Easy 4 by 4 puzzle 4 3 1 2 A. 2 1 3 4 3 2 4 1 1 4 2 3

Easy 4 by 4 puzzle 4 1 B. 3 1 1 3 4 1 For answers click once.

Easy 4 by 4 puzzle 3 4 2 1 B. 2 1 4 3 1 3 2 4 2 4 1 3

Easy 4 by 4 puzzle 4 2 3 C. 3 4 3 4 4 2 For answers click once.

Easy 4 by 4 puzzle 4 1 2 3 C. 2 3 1 4 3 2 4 1 1 4 3 2

Easy 4 by 4 puzzle 3 1 4 D. 2 1 4 4 3 For answers click once.

Easy 4 by 4 puzzle 3 1 4 2 D. 4 2 3 1 2 3 1 4 1 4 2 3

4 by 4 puzzle 3 4 2 E. 3 1 3 2 1 For answers click once.

4 by 4 puzzle 1 3 4 2 E. 2 4 3 1 4 1 2 3 3 2 1 4

4 by 4 puzzle 2 4 1 F. 4 4 1 2 3 For answers click once.

4 by 4 puzzle 2 3 4 1 F. 4 1 3 2 3 2 1 4 1 4 2 3

4 by 4 puzzle 3 1 G. 4 1 1 4 1 3 For answers click once.

4 by 4 puzzle 3 1 4 2 G. 4 2 3 1 1 3 2 4 2 4 1 3

4 by 4 puzzle 1 4 2 H. 1 4 2 3 4 For answers click once.

4 by 4 puzzle 1 4 2 3 H. 3 2 4 1 4 1 3 2 2 3 1 4

Easy 6 by 6 puzzle 2 4 I. 3 5 2 6 4 5 3 4 2 1 1 2 4 5 5 6 For answers click once.

Easy 6 by 6 puzzle 6 2 4 3 1 5 I. 1 3 5 2 4 6 6 2 4 5 1 3 5 4 3 6 2 1 2 6 1 3 4 5 3 1 2 5 6 4

Easy 6 by 6 puzzle 3 2 5 6 J. 4 1 6 3 4 2 4 5 1 3 5 1 4 2 For answers click once.

Easy 6 by 6 puzzle 3 2 1 4 5 6 J. 6 4 5 2 1 3 1 5 6 3 2 4 2 3 4 5 6 1 4 6 2 1 3 5 5 1 3 6 4 2

6 by 6 puzzle 5 2 1 3 K. 1 6 3 4 2 4 1 5 6 3 5 2 4 6 For answers click once.

6 by 6 puzzle 6 4 5 2 1 3 K. 1 5 6 3 4 2 2 3 1 4 6 5 3 6 2 1 5 4 4 1 5 2 6 3 5 2 4 6 3 1

Hard 6 by 6 puzzle 5 6 L. 6 3 5 3 3 2 5 4 1 5 For answers click once.

Hard 6 by 6 puzzle 1 5 6 2 3 4 L. 4 6 1 3 2 5 2 4 5 1 6 3 5 4 6 3 1 2 2 3 5 6 4 1 6 4 3 1 5 2

Hard 6 by 6 puzzle 5 1 2 M. 6 2 4 6 5 2 3 1 2 For answers click once.

Hard 6 by 6 puzzle 3 4 5 1 2 6 M. 3 6 5 2 4 1 1 2 3 6 4 5 2 6 4 3 5 1 4 1 6 5 3 2 5 3 1 2 6 4

9 6 2 7 4 3 8 6 N. 8 1 9 2 1 5 8 3 4 9 7 9 by 9 puzzle 9 9 8 6 5 1 3 5 9 7 3 2 9 6 4 8 4 2 1 5 For a hint click once; for answers click twice.

5 9 3 8 6 2 1 4 7 7 2 4 1 5 3 9 8 6 N. 6 8 1 9 7 4 2 3 5 1 5 8 3 4 9 7 6 2 3 7 9 by 9 puzzle 6 5 2 1 4 9 8 2 4 9 7 8 6 5 1 3 8 1 5 6 9 7 3 2 4 9 6 2 4 3 5 8 7 1 4 3 7 2 1 8 6 5 9

Credits Thanks to http://sudoku.com.au/ for permission to use their puzzles, and to http://slingdot.com/games/gamepage.aspx?GameID=44 for permission to use the image on the title page. Send feedback to fisher_d@madera.k12.ca.us