Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 432 Bytes

File metadata and controls

3 lines (3 loc) · 432 Bytes

n-queens-problem-with-stack-and--CSharp

8 Vezir Bulmacası, 8x8'lik bir satranç tahtasına 8 adet vezirin hiçbiri olağan vezir hamleleriyle birbirini alamayacak biçimde yerleştirmesi sorunudur.

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.