Mathematical chess problems | Parametric families of graphs

Queen's graph

In mathematics, a queen's graph is a graph that represents all legal moves of the queen—a chess piece—on a chessboard. In the graph, each vertex represents a square on a chessboard, and each edge is a legal move the queen can make, that is, a horizontal, vertical or diagonal move by any number of squares. If the chessboard has dimensions , then the induced graph is called the queen's graph. Independent sets of the graphs correspond to placements of multiple queens where no two queens are attacking each other. They are studied in the eight queens puzzle, where eight non-attacking queens are placed on a standard chessboard. Dominating sets represent arrangements of queens where every square is attacked or occupied by a queen; five queens, but no fewer, can dominate the chessboard. Colourings of the graphs represent ways to colour each square so that a queen cannot move between any two squares of the same colour; at least n colours are needed for an chessboard, but 9 colours are needed for the board. (Wikipedia).

Queen's graph
Video thumbnail

Graph Theory: 02. Definition of a Graph

In this video we formally define what a graph is in Graph Theory and explain the concept with an example. In this introductory video, no previous knowledge of Graph Theory will be assumed. --An introduction to Graph Theory by Dr. Sarada Herke. This video is a remake of the "02. Definitio

From playlist Graph Theory part-1

Video thumbnail

Graph Theory: 05. Connected and Regular Graphs

We give the definition of a connected graph and give examples of connected and disconnected graphs. We also discuss the concepts of the neighbourhood of a vertex and the degree of a vertex. This allows us to define a regular graph, and we give some examples of these. --An introduction to

From playlist Graph Theory part-1

Video thumbnail

Graph Theory: 03. Examples of Graphs

We provide some basic examples of graphs in Graph Theory. This video will help you to get familiar with the notation and what it represents. We also discuss the idea of adjacent vertices and edges. --An introduction to Graph Theory by Dr. Sarada Herke. Links to the related videos: https

From playlist Graph Theory part-1

Video thumbnail

Graph Theory: 04. Families of Graphs

This video describes some important families of graph in Graph Theory, including Complete Graphs, Bipartite Graphs, Paths and Cycles. --An introduction to Graph Theory by Dr. Sarada Herke. Links to the related videos: https://www.youtube.com/watch?v=S1Zwhz-MhCs (Graph Theory: 02. Definit

From playlist Graph Theory part-1

Video thumbnail

Cycle graphs and other common graphs

I wanted to go for a run, but my abrasions and pains still won't allow for it. So, I decided against my afternoon run and made this video lecture in Abigail's office. Using Mathematica I run you through some of the more common graphs that you will find in your textbook as you start learn

From playlist Introducing graph theory

Video thumbnail

What is a Graph? | Graph Theory

What is a graph? A graph theory graph, in particular, is the subject of discussion today. In graph theory, a graph is an ordered pair consisting of a vertex set, then an edge set. Graphs are often represented as diagrams, with dots representing vertices, and lines representing edges. Each

From playlist Graph Theory

Video thumbnail

What are Connected Graphs? | Graph Theory

What is a connected graph in graph theory? That is the subject of today's math lesson! A connected graph is a graph in which every pair of vertices is connected, which means there exists a path in the graph with those vertices as endpoints. We can think of it this way: if, by traveling acr

From playlist Graph Theory

Video thumbnail

Lecture 17 - Backtracking II

This is Lecture 17 of the CSE373 (Analysis of Algorithms) course taught by Professor Steven Skiena [http://www3.cs.stonybrook.edu/~skiena/] at Stony Brook University in 2016. The lecture slides are available at: https://www.cs.stonybrook.edu/~skiena/373/newlectures/lecture15.pdf More inf

From playlist CSE373 - Analysis of Algorithms 2016 SBU

Video thumbnail

Lecture 19 - Examples of Dynamic Programming

This is Lecture 19 of the CSE373 (Analysis of Algorithms) taught by Professor Steven Skiena [http://www.cs.sunysb.edu/~skiena/] at Stony Brook University in 1997. The lecture slides are available at: http://www.cs.sunysb.edu/~algorith/video-lectures/1997/lecture12.pdf

From playlist CSE373 - Analysis of Algorithms - 1997 SBU

Video thumbnail

What are Cycle Graphs? | Graph Theory, Graph Cycles, Cyclic Graphs

What are cycle graphs? We have talked before about graph cycles, which refers to a way of moving through a graph, but a cycle graph is slightly different. A cycle graph is what you would get if you took the vertices and edges of a graph cycle. We can think of cycle graphs as being path gra

From playlist Graph Theory

Video thumbnail

CAM #5 - What's ahead, TI-2500, HP10bII+, Calculator Performance Benchmarking

Calculators and Maths - Reviews and Tutorials http://www.youtube.com/playlist?list=PLLlE1k6DKH6uSK1F8KnGylQC3tsohj1-k ------------------------------ Click "Show more" ------------------------------------------- In this video I talk about the vintage TI-2500 Datamath calculator I bought off

From playlist Calculators and Maths - Reviews and Tutorials

Video thumbnail

What is a Path Graph? | Graph Theory

What is a path graph? We have previously discussed paths as being ways of moving through graphs without repeating vertices or edges, but today we can also talk about paths as being graphs themselves, and that is the topic of today's math lesson! A path graph is a graph whose vertices can

From playlist Graph Theory

Video thumbnail

IDM 2023 - Érika Roldán - Games, Gamers, and Mathematics

In celebration of the International Day of Mathematics 2023, join Érika Roldán as they explore the exciting intersection of mathematics and gaming. In this video, they delve into the fascinating world of gaming and their underlying mathematics. They explore the challenge and complexity o

From playlist Schulvorträge

Video thumbnail

Lecture 18 - Introduction to Dynamic Programming

This is Lecture 18 of the CSE373 (Analysis of Algorithms) taught by Professor Steven Skiena [http://www.cs.sunysb.edu/~skiena/] at Stony Brook University in 1997. The lecture slides are available at: http://www.cs.sunysb.edu/~algorith/video-lectures/1997/lecture11.pdf

From playlist CSE373 - Analysis of Algorithms - 1997 SBU

Video thumbnail

ShmooCon 2012: Inside the OODA Loop - Towards an Aggressive Defense (EN)

Speakers: Sandy Clark | Matt Blaze | David Nelson-Fisher | Matthew Elmore The defenders are losing the cyber security arms race. Why, because *We're doing it Wrong!* All of our defensive strategies are outdated and based on wrong assumptions about attackers' capabilities and the software

From playlist ShmooCon 2012

Video thumbnail

Preflop Analysis

MIT 15.S50 Poker Theory and Analysis, IAP 2015 View the complete course: http://ocw.mit.edu/15-S50IAP15 Instructor: Kevin Desmond This lecture focuses on how to play the pre-flop as close to optimally as possible by analyzing several scenarios. License: Creative Commons BY-NC-SA More inf

From playlist MIT 15.S50 Poker Theory and Analysis, IAP 2015

Video thumbnail

🔥Data Structures and Algorithms Tutorial in C & C++ | Data Structures Full Course 2022 | Simplilearn

🔥Explore our FREE Courses with Completion Certificates: https://www.simplilearn.com/skillup-free-online-courses?utm_campaign=DataStructuresFCDec15&utm_medium=DescriptionFirstFold&utm_source=youtube This video on Data Structures and Algorithms Full Course will help you learn everything the

From playlist Simplilearn Live

Video thumbnail

Graph Theory FAQs: 01. More General Graph Definition

In video 02: Definition of a Graph, we defined a (simple) graph as a set of vertices together with a set of edges where the edges are 2-subsets of the vertex set. Notice that this definition does not allow for multiple edges or loops. In general on this channel, we have been discussing o

From playlist Graph Theory FAQs

Video thumbnail

CAM #6 - Calculator Performance Benchmark / Tests

Calculators and Maths - Reviews and Tutorials http://www.youtube.com/playlist?list=PLLlE1k6DKH6uSK1F8KnGylQC3tsohj1-k ------------------------------ Click "Show more" ------------------------------------------- In this video I run a calculator performance benchmark / calculator speed test

From playlist Calculators and Maths - Reviews and Tutorials

Related pages

Graph (discrete mathematics) | Connectivity (graph theory) | King's graph | Knight's graph | Rook's graph | Arithmetic progression | Pursuit–evasion | Neighbourhood (graph theory) | Pairing strategy | Dominating set | Torus | Clique (graph theory) | Biconnected graph | Vertex (graph theory) | Complete graph | Bishop's graph | Eight queens puzzle | Graph coloring | Independent set (graph theory) | Parity (mathematics) | Cylinder