|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/kal-academy-algorithms-and-data-structures-part-3/
课程评论:没有评论
**课程名称:** 算法与数据结构 - 第三部分 **课程概述:** 该系列课程共分为四个部分。 * **第一部分:** 深入讲解基础的线性数据结构,包括数组(Arrays)、队列(Queues)、栈(Stacks)和字典(Dictionary)。理解数据结构是解决问题的关键。 * **第二部分:** 深入探讨问题解决、字符串(Strings)、链表(Linked List)和递归(Recursion)。 * **第三部分 (本部分):** 深入讲解更多的问题解决技巧,并专注于动态规划(Dynamic Programming)。 * **第四部分:** 涵盖树(Trees)和图(Graphs)。 祝大家编码愉快!
There are four parts to this program. In part 1 of the course, we start with the deep dive implementations on some of the basic linear structures such as Arrays, Queues, Stacks and Dictionary. Understanding data structures are key to problem solving. In part 2 of the course we will deep dive into problem solving, strings, Linked List and recursion. In this part 3 of the course, we deep dive into more problem solving and dynamic programming.Finally in part 4, we will cover Trees and Graphs.Happy coding!