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
For example, `merge-sorted-array.py`'s solution is at `https://leetcode.com/problems/merge-sorted-array/`.
12
12
13
-
```
14
-
* Leetcode Similar Problems
15
-
16
-
* Software Engineer Interview
17
-
* Overall Mindset
18
-
* Prepare in a Structural Way
19
-
* I Know Nothing About Data Structures and Algorithms
20
-
21
-
* System Design
22
-
23
-
* Knowledge Base Question
24
-
25
-
* Others
26
-
* Resume
27
-
* Interview Question Survey
28
-
```
29
-
30
13
31
14
# Leetcode Similar Problems
32
15
I found it makes sense to solve similar problems together, so that we can recognize the problem faster when we encounter a new one. My suggestion is to skip the HARD problems when you first go through these list.
0 commit comments