From c0277d5a15211ef12357436330aa39977e48355b Mon Sep 17 00:00:00 2001 From: polizz Date: Sun, 1 Oct 2017 11:36:05 -0500 Subject: [PATCH] requested PR changes --- preparing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preparing/README.md b/preparing/README.md index 3b3b1696..73a47e03 100644 --- a/preparing/README.md +++ b/preparing/README.md @@ -15,7 +15,7 @@ One exception to the convention of allowing you to "pick any programming languag ### Review your CS101 -If you have been out of college for a while, it is highly advisable to review CS fundamentals — Algorithms and Data Structures. Personally, I prefer to review as I practice, so I scan through my college notes and review the various algorithms as I work algorithm problems from LeetCode and Cracking the Coding Interview. +If you have been out of college for a while, it is highly advisable to review CS fundamentals — Algorithms and Data Structures. Personally, I prefer to review as I practice, so I scan through my college notes and review the various algorithms as I work on algorithm problems from LeetCode and Cracking the Coding Interview. This [interviews repository](https://github.com/kdn251/interviews) by Kevin Naughton Jr. served as a quick refresher for me.