Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samiam2013/learngo
programming exercise solutions in Go
https://github.com/samiam2013/learngo
exercises go golang practice practice-programming
Last synced: 2 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T03:27:11.000Z (6 months ago)
- Last Synced: 2024-10-10T05:41:51.114Z (3 months ago)
- Topics: exercises, go, golang, practice, practice-programming
- Language: Go
- Homepage:
- Size: 10.1 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learnGo
[![Go Report Card](https://goreportcard.com/badge/github.com/samiam2013/learnGo)](https://goreportcard.com/report/github.com/samiam2013/learnGo) [![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC_BY--SA_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
[![codecov](https://codecov.io/gh/samiam2013/learnGo/branch/master/graph/badge.svg?token=IP08B0OHKW)](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.
![gopherLearn](offscript/witch-learning.svg)
[[from egonelbre/gophers/](https://github.com/egonelbre/gophers/)]