From d666ef8fa1ae4a6d03f4332ce256bb8457e143de Mon Sep 17 00:00:00 2001 From: lmmc2 Date: Thu, 3 Oct 2019 16:31:34 -0300 Subject: [PATCH] Add link to the algorithms' list Link to a mailing list of daily coding interview questions. https://github.com/MaximAbramchuck/awesome-interview-questions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86ed1e4..4156c4b 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [Top 10 Algorithms for Coding Interview](http://www.programcreek.com/2012/11/top-10-algorithms-for-coding-interview/) * [Top 15 Data Structures and Algorithm Interview Questions for Java programmer](http://javarevisited.blogspot.com.by/2013/03/top-15-data-structures-algorithm-interview-questions-answers-java-programming.html) * [Top Algorithms Questions by Topics](https://github.com/yangshun/tech-interview-handbook/blob/master/algorithms/README.md) +* [Daily Coding Interview Practice](https://www.techseries.dev/daily) ## Blockchain * [Top 55 Blockchain Interview Questions You Must Prepare In 2018](https://www.edureka.co/blog/interview-questions/blockchain-interview-questions/)