Skip to content

joaobap/go-hill-climbing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages