update 0019.删除链表的倒数第N个节点:添加复杂度分析
This commit is contained in:
parent
2d7a9a16c5
commit
358818c7a4
|
|
@ -87,6 +87,9 @@ public:
|
|||
};
|
||||
```
|
||||
|
||||
* 时间复杂度: O(n)
|
||||
* 空间复杂度: O(1)
|
||||
|
||||
|
||||
## 其他语言版本
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue