|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/dynamic-programming-for-competitions-and-interviews/
课程评论:没有评论
课程名称:动态规划竞赛与面试 课程概述:本课程首先解释了应用动态规划的必要性,然后介绍了动态规划的两种主要方法:自底向上(递推)和自顶向下(记忆化)。最后,课程将对一些主要的动态规划问题进行讲解并提供代码实现。动态规划是Google、Facebook、Amazon、Microsoft、Adobe等大型科技公司编程面试的重要组成部分,对于竞技编程也同样适用。 课程大纲:无
This course starts with explaining the need for applying Dynamic Programming, followed by the 2 approaches of Dynamic Programming namely Bottom-Up (Tabulation) and Top-Down (Memoization).And finally explanation and codes for some of the major Dynamic Programming Problems are given.Dynamic Programming is an important component of Programming Interviews at Big Software companies like Google, Facebook, Amazon, Microsoft, Adobe, etc. It's also useful for Competitive programming.