Fix link (#1)

This commit is contained in:
Nicolai Slovineanu
2017-09-25 11:03:19 +03:00
committed by Tay Yang Shun
parent f6c2b983d9
commit dfa99b5969

View File

@ -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 fundamentalsAlgorithms 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