Dynamic Programming Python, Coding Interviews & Applications
$29.99 $14.99Track price
Have you ever wondered what makes a good developer? Why it is that big tech companies are increasingly asking candidates to solve challenging coding puzzles in interviews? Or why you should bother to learn about complicated algorithms?
With regards to technical skills a good developer has an understanding of computer science and knows when to apply this knowledge. Tech companies know that if someone has a good grasp of these fundamentals, she will likely be fine learning any programming language, using any new tool and solving a wide range of programming problems. As a developer comprehending data structures and algorithms you’ll be better equipped to tackle some of the more difficult problems both in your day–to–day job and for coding interviews.
Dynamic Programming is a topic in data structures and algorithms. It covers a method (the technical term is “algorithm paradigm”) to solve a certain class of problems. In this course we will go into some detail on this subject by going through various examples. The course is designed not to be heavy on mathematics and formal definitions. Instead you will learn through practical everyday programming algorithms and through some coding interview puzzles. We present a method to recognize problems that can be solved using dynamic programming and then build an efficient solution through small gradual steps.
Instructor Details
Courses : 6
Specification: Dynamic Programming Python, Coding Interviews & Applications
|
5 reviews for Dynamic Programming Python, Coding Interviews & Applications
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 5 hours |
Year | 2022 |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$29.99 $14.99
Dipo Elegbede –
So far, very good and detailed.
Ankita sinha –
I am finding the course very useful. thoughts and ideas are well put. Not finding it difficult at all. Thank you.
Kuntal Chandra –
Yes, it’s a good match. Would appreciate more if each of the solutions explains its time and space complexity analysis.
C O O –
This course is a godsend. I’ve consumed a lot of material on DP: AlgoExpert, EPI, InterviewCake, Educative: Grokking DP… And I can say that this course is, hands down, the best course I’ve consumed on the matter. James is patient and empathic. The problems are non trivial, yet his solutions are simple & clear. I especially appreciate the neat illustrations created for each video (they even follow a theme)!
Marek Kanc r –
You will get hands on multiple challenging coding challenges. James provides multiple solutions, from brute force to dynamic one. I definitely learned something new!