https://github.com/xyproto/nqueens
Solving the N queens problem using Go and Genetic Algorithms
https://github.com/xyproto/nqueens
Last synced: 5 months ago
JSON representation
Solving the N queens problem using Go and Genetic Algorithms
- Host: GitHub
- URL: https://github.com/xyproto/nqueens
- Owner: xyproto
- License: gpl-2.0
- Created: 2013-12-03T12:55:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T12:54:44.000Z (almost 11 years ago)
- Last Synced: 2025-01-11T00:48:49.002Z (9 months ago)
- Language: Go
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
nqueens
=======Solving the N queens problem using Go and Genetic Algorithms
* Alexander Rødseth
* GPL 2
* 2013