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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# leetcode-problem-picker
2
2
3
3
## Purpose:
4
-
This project was a response to the reoccurring question "Which leetcode problem should I do next?"
4
+
This project was a response to my reoccurring question *"Which leetcode problem should I do next?"*
5
5
6
6
Over time I found that the answer varies, depending on progress, needs, and goals:
7
-
1. Topic Focus: Narrow down to one or a few subjects e.g. "only problems related to graphs, tries, and DP".
8
-
2. Filtered Lists: Which problems were frequently asked by companies I’m interested in? Also lists like Blind 75
9
-
3. Level Up (WIP): Deduces user's "skill range" for each topic in order to challenge (but not discourage).
10
-
4. Weighted random (TODO): Weighted towards high like count, high like-dislike ratio, etc.
7
+
1.**Topic Focus**: Narrow down to 1+ subjects e.g. "only do problems related to graphs or DP".
8
+
2.**Filtered Lists**: Honing in on questions asked by desired companies. Applies to lists like Blind's Curated 75.
9
+
3.**Level Up** (WIP): Deduces user's "skill range" for each topic in order to challenge (but not discourage).
10
+
4.**Weighted random** (TODO): Weighted towards questions with high like count, greater like/dislike ratio, etc.
11
11
12
12
# State of leetcode-problem-picker
13
13

14
14
15
-
I wish to share and help others, but what I currently have and use is a product of months of ideas. It is neither presentable nor ready for public consumption. What you see now is just a bunch of stubs.
15
+
I wish to share and help others, but what I currently have and use is a product of months of ideas. It is neither presentable nor ready for public consumption. In fact, what you see now is just a bunch of stubs.
16
16
17
-
**If you are interested in this idea, please star this repo** and give me a week or so to clean it up.
17
+
**If you are interested in this idea, please star this repo** and allow me a week or so to clean up the code and get the first two parts ready.
0 commit comments