From dd9a6c9db05ae90ffd497a3f633ffadb8bb5a582 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 14 Oct 2016 17:38:49 +0200 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a123a97 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Luzifer / codingame-solutions + +This repository contains a collection of my solutions for [CodinGame](https://www.codingame.com/profile/0de71dbe00f5c7aa768a4079ebb419738960161) puzzles. Mainly for my own archive but feel free to look through those solutions. + +Just one thing: **Don't just copy them.** Take the puzzle yourself and afterwards you are able to see my solutions inside CodinGame in the "Solutions" tab of each puzzle. Sure you could copy them as all solutions in "finished" are 100% solutions but that would just be cheating and you will learn nothing from it so just don't do it! + +## Finished puzzles + +- Medium + - [Don't Panic - Episode 1](https://www.codingame.com/training/medium/don't-panic-episode-1) + - [Shadows of the Knight - Episode 1](https://www.codingame.com/training/medium/shadows-of-the-knight-episode-1) +- Community + - [Texas Holdem](https://www.codingame.com/training/community/texas-holdem) by AdamHill