From 9919ffa54bea2863ab350288289ad8ee6574c727 Mon Sep 17 00:00:00 2001 From: Sumeet Mahajan Date: Mon, 6 Aug 2018 15:58:29 +0530 Subject: [PATCH] added_dynamic_programming_tutorial_link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3a0712..b83da41 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Topics - Theory - [Topcoder](https://www.topcoder.com/community/data-science/data-science-tutorials/dynamic-programming-from-novice-to-advanced/) - Dynamic Programming from Novice to Advanced. + - [InterviewBit](https://www.interviewbit.com/courses/programming/topics/dynamic-programming/) - Dynamic Programming Tutorial, Examples & Problems - [Codechef](https://www.codechef.com/wiki/tutorial-dynamic-programming) - Tutorial on Dynamic Programming. - [Quora](https://www.quora.com/How-can-one-start-solving-Dynamic-Programming-problems/) - Getting started with Dynamic Programming (Quora Discussion).