learnGo

programming exercise solutions in Go

CC-BY-SA-4.0 License

Stars
3

learnGo

Simple exercises from adriann.github.io/programming_problems.html (CC-BY-SA)

There are no external dependencies in the first 3 folders, that is all pure Go

There's three folders with the exercises so far: Elementary, ListsAndStrings and Intermediate Each folder has it's own readme with a listing of the exercies and a status for each one in the form of emojis

There is a heuristic sudoku solver in /offscript which is how I originally leared go and I can only strongly reccomend the mind-bending exercise of playing sudoku with heuristics with a computer.

[from egonelbre/gophers/]