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
+39-14Lines changed: 39 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Here, I will provide you with **common problem-solving patterns** so that you do
19
19
20
20
## How to fully demonstrate your abilities to employers and get the offer you want?
21
21
22
-
[Personal Brand Website Builder](https://github.com/PersonalBranding/personal-brand-website-builder) focuses on bringing value to developers, including resume, portfolio, blog and other functions. With it, your abilities will be better seen by employers!
22
+
[is-bio](https://github.com/is-bio/is-bio) focuses on bringing value to developers, including resume, portfolio, blog and other functions. With it, your abilities will be better seen by employers!
23
23
24
24
# How to Use this "leetcode-python-java" Repository?
25
25
@@ -35,7 +35,8 @@ You can do questions according to your own preferences, such as completing all q
35
35
I have planned a learning route for you. You just need to do the problems in the order they are listed.
36
36
You can skip the more difficult problems and do them later.
- <aname="49"></a>[49. Group Anagrams](https://leetcode.to/en/leetcode/49-group-anagrams) Python, Ruby.
67
75
68
-
## String
76
+
# String
77
+
## Required problems
69
78
- <aname="28"></a>[28. Find the Index of the First Occurrence in a String](en/1-1000/28-find-the-index-of-the-first-occurrence-in-a-string.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
@@ -137,13 +157,18 @@ You can skip the more difficult problems and do them later.
137
157
### Hard Problems
138
158
- <aname="3494"></a>[3494. Find the Minimum Amount of Time to Brew Potions](https://leetcodepython.com/en/leetcode/3494-find-the-minimum-amount-of-time-to-brew-potions) Python, Java, C++, JavaScript, C#, Go, Ruby.
- <aname="84"></a>[84. Largest Rectangle in Histogram](en/1-1000/84-largest-rectangle-in-histogram.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
145
169
146
-
## Graph Theory
170
+
# Graph Theory
171
+
## Required problems
147
172
- <aname="797"></a>[797. All Paths From Source to Target](en/1-1000/797-all-paths-from-source-to-target.md) Python, Java, C++, JavaScript, C#, Go, Ruby, **2** approaches.
148
173
- <aname="200"></a>[200. Number of Islands](en/1-1000/200-number-of-islands.md) Python, Java, C++, JavaScript, C#, Go, Ruby, **3** approaches.
149
174
- <aname="463"></a>[463. Island Perimeter](en/1-1000/463-island-perimeter.md) Python, **2** approaches.
@@ -161,9 +186,9 @@ You can skip the more difficult problems and do them later.
161
186
- <aname="787"></a>[787. Cheapest Flights Within K Stops](en/1-1000/787-cheapest-flights-within-k-stops.md) Python.
162
187
- <aname="1334"></a>[1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance](en/1001-2000/1334-find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance.md) Python.
0 commit comments