From dfa99b5969952ae77da9b96cbe6154e233e528a0 Mon Sep 17 00:00:00 2001 From: Nicolai Slovineanu Date: Mon, 25 Sep 2017 11:03:19 +0300 Subject: [PATCH] Fix link (#1) --- preparing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preparing/README.md b/preparing/README.md index 42812701..7fb25582 100644 --- a/preparing/README.md +++ b/preparing/README.md @@ -17,7 +17,7 @@ One exception to the convention of allowing you to "pick any programming languag If you have been out of college for a while, it will be highly advisable to revise the CS fundamentals — Algorithms and Data Structures. Personally I prefer to revise as I practiced so I scanned through my college notes and revised the various algorithms as I worked on the algorithm problems from LeetCode and Cracking the Coding Interview. -This [interviews repository](https://github.com/kdn251) by Kevin Naughton Jr. served as a quick refresher for me. +This [interviews repository](https://github.com/kdn251/interviews) by Kevin Naughton Jr. served as a quick refresher for me. ### Mastery through Practice