|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/deep-dive-into-algorithms/
课程评论:没有评论
课程名称:算法深度解析 (Deep Dive into Algorithms) 课程概述: 本课程探讨算法设计范式,这是一种通用的模型或框架,用于设计特定类别的算法。算法设计范式比算法本身更具抽象性,正如算法比计算机程序更具抽象性一样。课程将深入解答以下关键问题: * 如何计算算法的运行时间? * 如何比较两种不同的算法? * 我们如何判断一个算法是否是“最优的”? 课程内容将聚焦于算法分析与比较的核心概念,帮助学习者理解如何量化算法的效率,并为设计高效的算法打下坚实的基础。
An algorithmic paradigm or algorithm design paradigm is a generic model or framework which underlies the design of a class of algorithms. An algorithmic paradigm is an abstraction higher than the notion of an algorithm, just as an algorithm is an abstraction higher than a computer program.How does one calculate the running time of an algorithm?How can we compare two different algorithms?How do we know if an algorithm is `optimal'?