A knight at position (r, c) can move in an L-shaped pattern to any of eight positions: moving over one row and up/down two columns to positions (r± 1, c±2), or moving two rows over and one column up/down to positions (r ±2, c ± 1). A rook at position (r, c) can move in a straight line either horizontally or vertically, moving any integral number x of squares. The rook ends up in positions (r±x, c) for a vertical move, or (r, c + x) for a horizontal move. Figure 5.13 A chess board, and the legal moves for a knight (left) or rook (right).

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

In chess, a walk for a particular piece is a sequence of legal moves for that piece, starting from a square of your choice, that visits every square of the board. A tour is a walk that visits every square only once. (See Figure 5.13.)

5.13 Prove by induction that there exists a knight’s walk of an n-by-n chessboard for any n ≥ 4. (It turns out that knight’s tours exist for all even n ≥ 6, but you don’t need to prove this fact.)

A knight at position (r, c) can move in an L-shaped pattern to any of eight
positions: moving over one row and up/down two columns to positions
(r± 1, c±2), or moving two rows over and one column up/down to
positions (r ±2, c ± 1).
A rook at position (r, c) can move in a straight line either horizontally or
vertically, moving any integral number x of squares. The rook ends up in
positions (r±x, c) for a vertical move, or (r, c + x) for a horizontal move.
Figure 5.13 A chess board, and the legal moves for a knight (left) or rook (right).
Transcribed Image Text:A knight at position (r, c) can move in an L-shaped pattern to any of eight positions: moving over one row and up/down two columns to positions (r± 1, c±2), or moving two rows over and one column up/down to positions (r ±2, c ± 1). A rook at position (r, c) can move in a straight line either horizontally or vertically, moving any integral number x of squares. The rook ends up in positions (r±x, c) for a vertical move, or (r, c + x) for a horizontal move. Figure 5.13 A chess board, and the legal moves for a knight (left) or rook (right).
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 1 steps with 2 images

Blurred answer
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education