From ac864b6bd16997ce6b2335fc1781db1e24e5de5d Mon Sep 17 00:00:00 2001 From: Ilya Ismagilov Date: Fri, 22 Sep 2017 18:06:03 +0700 Subject: [PATCH 1/2] =?UTF-8?q?Add=20LeetCode=20into=20coding=20practi?= =?UTF-8?q?=D1=81e=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a006e6..5f4ec65 100644 --- a/README.md +++ b/README.md @@ -166,3 +166,5 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Exercism](http://www.exercism.io/) - :link: [CodeFights](https://codefights.com/) - :link: [Project Euler](https://projecteuler.net/) +- :link: [LeetCode](https://leetcode.com/) + From f3aa65d2148d7d5acb325077c070fe36a6c0ca95 Mon Sep 17 00:00:00 2001 From: Ilya Ismagilov Date: Fri, 22 Sep 2017 18:46:56 +0700 Subject: [PATCH 2/2] Add InterviewBit into Coding Practice section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f4ec65..7aec176 100644 --- a/README.md +++ b/README.md @@ -167,4 +167,5 @@ But knowing the stuff will help you become better! :muscle:* - :link: [CodeFights](https://codefights.com/) - :link: [Project Euler](https://projecteuler.net/) - :link: [LeetCode](https://leetcode.com/) +- :link: [InterviewBit](https://www.interviewbit.com/)