Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaobap/go-hill-climbing

N-Queens problem solution using Hill-Climbing algorithm rewritten from Common Lisp to Go (https://github.com/joaobap/clisp-hill-climbing)
https://github.com/joaobap/go-hill-climbing

go hill-climbing nqueens-problem

Last synced: 3 months ago
JSON representation

N-Queens problem solution using Hill-Climbing algorithm rewritten from Common Lisp to Go (https://github.com/joaobap/clisp-hill-climbing)

Awesome Lists containing this project

README

        

# 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.