复杂度

170 阅读1分钟

两个概念

时间维度:是指执行当前算法所消耗的时间,我们通常用"时间复杂度"来描述
空间维度:是指执行当前算法需要占用多少内存空间,我们通常用"空间复杂度"来描述

时间复杂度

https://blog.csdn.net/szlg510027010/article/details/82426240
https://blog.csdn.net/yeming_666/article/details/105561784

空间复杂度

https://blog.csdn.net/weixin_30340819/article/details/98148676?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.nonecase