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.
Charles Reid
f774191dc8
|
7 years ago | |
---|---|---|
cpp | 8 years ago | |
java | 8 years ago | |
perl | 8 years ago | |
python | 8 years ago | |
LICENSE | 7 years ago | |
README.md | 8 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.