|
1 |
| -# A best practice for the LeetCode problems |
2 |
| -There are more than 3300 questions on LeetCode. If you do it without any choice, **you won't have that much time**. |
3 |
| -**You often find that you can't do the questions you did last time.** This is because you haven't mastered the problem-solving patterns. |
4 |
| -When you use several common problem-solving patterns to solve problems, you find that your problem-solving ability has risen to a new level. |
| 1 | +# Lane's best practice for the LeetCode problems |
| 2 | +Hi there! I'm Lane. |
| 3 | +Do you feel that there are too many problems (over 3,300) on the LeetCode and you can't finish them all? |
| 4 | +Or do you forget how to solve the problems you did last time? |
| 5 | +If you can master some solution patterns, this will happen less often. |
5 | 6 |
|
6 |
| -Here, I will provide you with **common problem-solving patterns** so that you don't waste time on questions that are not often tested in interviews. |
| 7 | +Here, I will provide you with **common problem-solving patterns** so that you don't waste time on problems that are not often tested in interviews. |
7 | 8 |
|
8 |
| -I will also provide you with solutions for many common programming languages, such as **Python, C++, Java, JavaScript, C#, Go, Ruby**, etc. |
9 |
| -I have tried my best to write the most concise and efficient code, so I call it my best practice. If you have better solutions, welcome to create an issue or PR! |
| 9 | +Solutions for languages such as **Python, C++, Java, JavaScript, C#, Go, Ruby**, etc. will also be provided. If you have better solutions, welcome to create an issue or PR! |
10 | 10 |
|
11 | 11 | ## How to use this repo?
|
12 |
| -I have planned a learning route for you. You just need to do the questions in the order they are listed. |
13 |
| - |
14 |
| -Generally speaking, the simple questions are placed at the front, and the dependencies between the questions are also considered reasonably. |
15 |
| -After finishing one category of questions, you can study another category to improve your sense of achievement and learning speed. |
| 12 | +I have planned a learning route for you. You just need to do the problems in the order they are listed. |
| 13 | +You can skip the more difficult problems and do them later. |
16 | 14 |
|
17 | 15 | # Brute Force
|
18 | 16 | - [503. Next Greater Element II](problems/0503-next-greater-element-ii.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
|
|
0 commit comments