Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
关于算法+O、+Theta、+Omega等的运行空间分析,我可以阅读任何材料吗?我正在学习的数据结构和算法课程需要帮助。
查看 Michael Sipser 的第八章,计算理论导论。一本好书的精彩章节。
它是黄金标准,但它用来描述算法的 puedocode 方法已经过时了。与本书使用的 puedocode 方法相比,大多数人能够更好地理解简单的 C 或 javascript 类型语句。
考虑
算法简介
这是大多数计算机科学专业的本科生为了理解运行时复杂性理论而必须阅读的内容。