Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 295 Bytes

N-Queens problem with Hill-Climbing written in Go

This was written as a reimplementation of an AI exercise written in Lisp to see the difference in performance just by changing the language and also as a way to learn about Go.

Currently lacks goroutines but it might be added in the future.