Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 793 Bytes

File metadata and controls

8 lines (6 loc) · 793 Bytes

Coding Practice

Coding programs on math, data structures and algorithms

The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.

8queen

A circular prime is a prime number with the property that the number generated at each intermediate step when cyclically permuting its (base 10) digits will be prime. For example, 1193 is a circular prime, since 1931, 9311 and 3119 all are also prime.

circular rpime