-
Thank you for your excellent work !
I just found that it couldn't get the contest information from cn source, do you know how to solve it ?
https://leetcard.jacoblin.cool/mael-zys-2?ext=contest&…
-
https://leetcode.com/contest/leetcode-weekly-contest-37/problems/task-scheduler/
Given a char array representing tasks CPU need to do. It contains capital letters A to Z where different letters rep…
-
## Link of the question
https://codeforces.com/contest/255/problem/A
## Coding platform
- [ ] Hackerrank
- [ ] HackerEarth
- [ ] Codechef
- [x] Codeforces
- [ ] Leetcode
- [ ] InterviewBit…
-
Todos that are repeated every day. Should automatically add to the "Today" list at the start of the new day.
-
## Milestone
- [x] When clicking the problem node, create a webview panel with problem description.
This feature could be implemented with `leetcode-cli show -x` command. Would be better if we can…
-
## Link of the question
https://codeforces.com/contest/1496/problem/B
## Coding platform
- [ ] Hackerrank
- [ ] HackerEarth
- [ ] Codechef
- [x] Codeforces
- [ ] Leetcode
- [ ] InterviewBi…
-
As of now all problems are simply pushed in the repo, so the length of repo on the front itself becomes very long. It would be great help if we can get a feature that problems are added in different f…
-
Leecode's [Biweekly Contest 107](https://leetcode.com/contest/biweekly-contest-107) has been declared [unrated](https://leetcode.com/discuss/general-discussion/3677484/Biweekly-Contest-107/1946126) fo…
-
## Link of the question
https://codeforces.com/contest/1201/problem/C
please assign me this task.
## Coding platform
- [ ] Hackerrank
- [ ] HackerEarth
- [ ] Codechef
- [x] Codeforces
- [ …
-
This is a recent leetcode weekly contest hard problem.
Usually, LIS is solved using DP ( O(n^2) Solution ).
In this problem, we could only take elements with differences not more than K and we have…