LeetCode/Top150Interview/Questions_to_revisit.md

6 lines
304 B
Markdown

# Questions that required help to solve
## Strings
### [22_Generate_Parenthesis](https://leetcode.com/problems/generate-parentheses/description/)
###[856_Score_of_Parenthesis](https://leetcode.com/problems/score-of-parentheses/description/)
## Two Pointers
### [3Sum](https://leetcode.com/problems/3sum/)