You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ go clean -testcache
60
60
|[680](https://leetcode.com/problems/valid-palindrome-ii/description/)|[Valid Palindrome II](/easy/680_valid_palindrome_II)| easy |_`Two Pointers`_| Have a helper function which has the same structure as the main function. Use 2 pointers to check the +1 or -1 element whether they are equal or not |
|[18](https://leetcode.com/problems/4sum/description/)|[4Sum](/medium/18_4sum)| medium |_`Two pointers`_| Do Two Sum II and 3Sum first since 4Sum is the combination of those problems. There is an extra for loop. Make sure to check duplicates. |
0 commit comments