We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c9a41 commit 21475adCopy full SHA for 21475ad
problems/0027.移除元素.md
@@ -81,7 +81,7 @@ public:
81
82
**双指针法(快慢指针法)在数组和链表的操作中是非常常见的,很多考察数组、链表、字符串等操作的面试题,都使用双指针法。**
83
84
-后序都会一一介绍到,本题代码如下:
+后续都会一一介绍到,本题代码如下:
85
86
```CPP
87
// 时间复杂度:O(n)
0 commit comments