Skip to content

Commit 07f045a

Browse files
committed
Marking as WIP
1 parent fa28c43 commit 07f045a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ A quick answer to the question "Which leetcode problem should I do next?" Becaus
77
The answer to that question depends on different needs and goals:
88
1. Topic Focus: Narrow down to just a few subjects e.g. "only problems related to graphs, tries, and DP".
99
2. Filtered Lists: Which problems were frequently asked by companies I’m interested in? Also lists like Blind 75
10-
3. Level Up (WIP): Determines user's "skill range" for each topic in order to challenge (and not discourage).
10+
3. Level Up (WIP): Deduces user's "skill range" for each topic in order to challenge (but not discourage).
1111
4. Weighted random (TODO): Weighted towards high like count, high like-dislike ratio, etc.
1212

13-
# Uhhhhh where's the code?
14-
I personally use this program every time I do leetcode. I wish to share and help others, but what I have is a product of months of ideas. It is neither presentable nor ready for public consumption (i.e. in the way described in this README)
13+
# State of leetcode-problem-picker
14+
![wip](https://liquipedia.net/commons/images/6/63/WIP-logo.png)
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.
1516

16-
If you are interested in this idea, please star this repo and revisit in a week or so. If this project gathers enough interest, I will have no choice but to dedicate more evenings to this project.
17+
If you are interested in this idea, please star this repo and give me a week or so to clean it up.
1718

1819
## Setup:
1920
```git clone https://github.com/evliang/leetcode-problem-picker.git```

0 commit comments

Comments
 (0)