https://github.com/samiam2013/learngo
programming exercise solutions in Go
https://github.com/samiam2013/learngo
exercises go golang practice practice-programming
Last synced: 4 months ago
JSON representation
programming exercise solutions in Go
- Host: GitHub
- URL: https://github.com/samiam2013/learngo
- Owner: samiam2013
- License: cc-by-sa-4.0
- Created: 2020-10-07T02:56:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T03:46:43.000Z (8 months ago)
- Last Synced: 2025-02-28T04:56:51.386Z (4 months ago)
- Topics: exercises, go, golang, practice, practice-programming
- Language: Go
- Homepage:
- Size: 10.1 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learnGo
[](https://goreportcard.com/report/github.com/samiam2013/learnGo) [](https://creativecommons.org/licenses/by-sa/4.0/)
[](https://codecov.io/gh/samiam2013/learnGo)[Simple exercises from adriann.github.io/programming_problems.html](https://adriann.github.io/programming_problems.html) (CC-BY-SA)
There are no external dependencies in the first 3 folders, that is all pure [Go](https://www.golang.org)
There's three folders with the exercises so far: [Elementary](elementary/), [ListsAndStrings](listsandstrings/) and [Intermediate](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](offscript/sudoku.go) 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/](https://github.com/egonelbre/gophers/)]