当前位置:网站首页>Dynamic planning summary
Dynamic planning summary
2022-07-29 06:22:00 【lalajh】
Recursive tree is The time complexity is O(2 Of n Power )
Pruning operation ( Optimize ) The time complexity is O(n)
Eliminate redundant computing
The actual is
Code implementation
The optimization above , It's from F(20) To F(1) and F(0), Work out F(1) and F(0) In the backward calculation F(20)
There are two processes , Top down and bottom up !
Optimize again , Eliminate top-down
Only Bottom up
Can be optimized again , Optimize space complexity
problem
Violence law :
Optimize - Memorandum
Optimize again
summary
边栏推荐
- 太原市公交路线爬取
- Computer factory interview questions
- 抽象类以及接口
- Jingwei Qili: OLED character display based on hmep060 (and Fuxi project establishment demonstration)
- Simple code to realize PDF to word document
- 【软件工程之美 - 专栏笔记】25 | 有哪些方法可以提高开发效率?
- 动态加载数据
- 【软件工程之美 - 专栏笔记】30 | 用好源代码管理工具,让你的协作更高效
- [beauty of software engineering - column notes] 16 | how to write project documents?
- Sqlyog installation and configuration tutorial
猜你喜欢
Based on STM32: couple interactive doll (design scheme + source code +3d drawing +ad circuit)
TLE5012b+STM32F103C8T6(bluepill)读取角度数据
一些工具,插件,软件链接分享给大家~
Abstract encapsulation inheritance polymorphism
Huawei cloud 14 days Hongmeng device development -day1 environment construction
多线程和并发
【软件工程之美 - 专栏笔记】29 | 自动化测试:如何把Bug杀死在摇篮里?
[beauty of software engineering - column notes] 19 | as a programmer, you should have product awareness
leetcode刷题笔记 452. Minimum Number of Arrows to Burst Balloons (Medium) 452.用最少数量的箭引爆气球(中等)
Redshift还原SP效果 - SP贴图导出设置及贴图导入配置
随机推荐
Huawei cloud 14 days Hongmeng device development -day1 environment construction
leetcode刷题笔记 605. Can Place Flowers (Easy) 605.种花问题
LeetCode #26.删除有序数组中的重复项
#9196 肿瘤面积 题解
【软件工程之美 - 专栏笔记】27 | 软件工程师的核心竞争力是什么?(上)
leetcode刷题笔记 763.划分字母区间(中等)
arduino uno错误分析avrdude: stk500_recv(): programmer is not responding
【软件工程之美 - 专栏笔记】“一问一答”第2期 | 30个软件开发常见问题解决策略
2022暑初二信息竞赛学习成果分享2
封装——super关键字
【软件工程之美 - 专栏笔记】16 | 怎样才能写好项目文档?
Joiner.on和stream().map联合使用技巧
STM32 printf问题总结 semihosting microLIB理解
Understanding of synchronized eight lock phenomenon
TB6600+stm32F407测试
LeetCode #977.有序数组的平方
leetcode刷题笔记 452. Minimum Number of Arrows to Burst Balloons (Medium) 452.用最少数量的箭引爆气球(中等)
Huawei cloud 14 day Hongmeng device development -day1 source code acquisition
LeetCode #167.两数之和 II - 输入有序数组
关于【链式前向星】的自学理解