Skip to content

N Queen problem implemented in a variety of programming languages

Notifications You must be signed in to change notification settings

tanyongzhi/N-Queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

N Queen Problem

Learning and practicing programming languages

This is a collection of solutions to the N Queen Problem, the general case of the 8 Queen Problem. Recursive backtracking is employed in all of the solutions. In each folder, instructions on how to run, together with the source code, is provided.

This project is heavily inspired by Joe Wingbermuehle's maze generation algorithms. Thanks, Joe!

About

N Queen problem implemented in a variety of programming languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published