02 2024 档案
摘要:《Programming Abstractions in C》学习第75天,p306-p307总结,总计2页。 一、技术总结 1.Quicksort algorithm(快速排序) 由法国计算机科学家C.A.R(Charles Antony Richard) Hoare(东尼.霍尔)在1959年开发
阅读全文
摘要:《Programming Abstractions in C》学习第74天,p303-p305总结,总计3页。 一、技术总结 1.时间复杂度分类(complexity classes) Class Notation Example constant O(1) Returning the first
阅读全文
摘要:《Programming Abstractions in C》学习第73天,p293-p302总结,总计10页。 一、技术总结 1.时间复杂度 (1)quadratic time(二次时间) p293, Algorithms like selection sort that exhibit O(N^
阅读全文
摘要:《Programming Abstractions in C》学习第72天,p283-p292总结,总计10页。 一、技术总结 1、anylasis of algorithms 算法分析——即判断程序的效率(efficiency)。 2、mathematical induction(数学归纳法) 3
阅读全文
摘要:2024年1月编程人总共更新了6篇文章: 1.2023年12月文章一览 2.Programming Abstractions in C阅读笔记:p242-p245 3.Programming Abstractions in C阅读笔记:p246-p247 4.Programming Abstract
阅读全文