From a3d8ab285711c90959d07f5942adab915c01a703 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 22 Jul 2023 14:16:33 +0300 Subject: [PATCH] feat: add exercise resources --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e77b2a9..a9a9a63 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# go-exercise +# Go Exercises -Go exercises \ No newline at end of file +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/) \ No newline at end of file