mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-07 15:45:40 +08:00
update 0707.设计链表:添加复杂度分析
This commit is contained in:
@ -152,6 +152,9 @@ private:
|
||||
};
|
||||
```
|
||||
|
||||
* 时间复杂度: 涉及 `index` 的相关操作为 O(index), 其余为 O(1)
|
||||
* 空间复杂度: O(n)
|
||||
|
||||
|
||||
|
||||
## 其他语言版本
|
||||
|
Reference in New Issue
Block a user