Skip to content

Commit d0ceb05

Browse files
committed
16
1 parent c0ebaa9 commit d0ceb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/16. 3Sum Closest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* [3Sum (Medium)](https://leetcode.com/problems/3sum/)
2828
* [3Sum Smaller (Medium)](https://leetcode.com/problems/3sum-smaller/)
2929

30-
## Solution 1.
30+
## Solution 1. Two pointers
3131

3232
```cpp
3333
// OJ: https://leetcode.com/problems/3sum-closest/

0 commit comments

Comments
 (0)