You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
cpp | 7 years ago | |
java | 7 years ago | |
perl | 7 years ago | |
python | 7 years ago | |
LICENSE | 6 years ago | |
README.md | 7 years ago |
README.md
n-queens
Solve, time, and profile programs solving the N queens problem in various languages. Solution relies on built-in integer array types.