Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NQueens

N-Queens solver in Common Lisp

Screenshot

Introduction

The N-Queens is a simple chess-based problem whereby a player attempts to place N queen peices on the board such that no queens share the same row, column or diagonal.

Running

The program was tested using clisp on CygWin. To run:

jdorr@DESKTOP-QPTVA3D ~
$ clisp board.lsp

You will be prompted to enter the size of board, after which the program will begin to find solutions:

running

About

N-Queens solver in Common Lisp

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages