代码即艺术 
  • 首页
  • 归档
  • 分类
  • 标签
  • 入门
  • 关于
  • 公益404
  •   
  •   
hello algorithm chapter 2  / space complexity

hello algorithm chapter 2 / space complexity

Reference: Hello 算法 空间复杂度

2023-10-14
hello algorithm
hello algorithm chapter 2 / time complexity

hello algorithm chapter 2 / time complexity

Reference: Hello 算法 - 时间复杂度

2023-10-12
hello algorithm
programming_thoughts

programming_thoughts

Programing Thoughts 1: divide and solve Break the problem into smaller sub-problems. For instance: Data Structure Linked Table Tree Graph Algorithm Recursion Sort Search Backtrack Dynamic programm

2023-10-12
English-Chinese-translation

English-Chinese-translation

recursion 递归

2023-10-12
hello algorithm chapter 2 / Iteration and recursion

hello algorithm chapter 2 / Iteration and recursion

Q: what is complexity? A: 函数的操作数量与输入数据大小的数学关系。 例如,单循环函数的操作数量和输入操作数成正比,或者说成“线性关系”,单循环函数的复杂度就是 \(O(1)\)。

2023-10-12
hello algorithm
1234…82

搜索

Hexo Fluid