Skip to content

pensierinmusica/bit-n-queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

N-Queens JavaScript bitwise

Description

A JavaScript bitwise algorithm to solve the N-Queens problem (http://en.wikipedia.org/wiki/Eight_queens_puzzle).

Notes

"bit-queens.js" is the bitwise implementation.

"array-queens.js" simulates the same algorithm with arrays of zeros and ones.

License

The MIT License (MIT)

Copyright (c) 2013 Alessandro Zanardi

About

A JavaScript bitwise algorithm to solve the N-Queens problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published