feat: add exercise resources
This commit is contained in:
parent
30ce13bffa
commit
a3d8ab2857
1 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
# go-exercise
|
||||
# Go Exercises
|
||||
|
||||
Go exercises
|
||||
Exercise Resources and exercise solutions repo. These resources are not for learning, just helps exercising. If you want to learn go then look at [this](https://git.aliberksandikci.com.tr/asandikci/go-learning) repo
|
||||
|
||||
| Resources | Explanation | Solutions |
|
||||
| --------- | ----------- | --------- |
|
||||
| [gophercises](https://courses.calhoun.io/courses/cor_gophercises) | Go Exercises with project ideas (requires sign-up) | [gophercises/](gophercises/)
|
||||
| [Codeforces](https://codeforces.com/) | Algorithms & Data Structure Problems and Contests that can be solved with all languages | [codeforces/](codeforces/)
|
Loading…
Reference in a new issue