|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/javascript-data-structure-and-algorithm-crash-course/
课程评论:没有评论
CourseraJavaScript数据结构与算法速成课 本课程专为JavaScript开发者设计,旨在快速掌握数据结构与算法。 **课程内容涵盖:** * **基础计算概念:** 位(bit)、字节(byte)、内存地址、字节寻址等。 * **线性数据结构:** 如数组(Arrays)、链表(Linked Lists)等。 * **非线性数据结构:** 如树(Trees)、图(Graphs)等。 * **八种排序算法:** 深入理解并实践多种常见的排序方法。 * **时间复杂度分析(Big O Notation):** 学习如何评估算法的效率,以便为程序选择最优解决方案。 通过本课程的学习,您将能够更有效地构建和优化JavaScript应用程序。
This is a data structure and algorithm crash course for JavaScript developers. You will learn linear and non-linear data structures and eight sorting algorithms. You will also learn the big O notation so that you can pick the best algorithm for your program. At the beginning of this course, you will learn basic computing knowledge like bit, byte, memory address, byte addressing, etc.