From fdd2c83ab726f1903800c8fa089bf5e42c7a8b64 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Thu, 10 Dec 2015 17:05:06 +0100 Subject: [PATCH] Add another repository for coding exercises --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e18e3ac..076aef2 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [Interview questions solved in python](https://github.com/roseperrone/interview-questions) * [Interactive, test-driven Python coding challenges (algorithms and data structures) typically found in coding interviews or coding competitions](https://github.com/donnemartin/interactive-coding-challenges) +* [Common interview questions and puzzles solved in a number of languages](https://github.com/mre/the-coding-interview) ## Comprehensive lists