-
Notifications
You must be signed in to change notification settings - Fork 456
how do I update problems list #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@raghumaddali what do you mean "by company"? |
updated questions grouped by company. when we do "leetcode list -t google"
On Dec 12, 2017 9:45 PM, "skygragon" <notifications@github.com> wrote:
what do you mean "by company"?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHwmWWdqyQNHUcI4vpkePs8RdpTcjWi1ks5s_zpPgaJpZM4Q_zIe>
.
|
@raghumaddali currently this company filtering feature is only supported via company plugin. It will not touch problems.json at all. |
@skygragon thank you. I have company plugin installed and "leetcode list -t google" returns around 185 problems. My questions is more of updated list as I see leetcode site has 224 questions tagged under "Google" and other blogs has around 215 listed. Sorry, if I was not clear. Another dumb question, I see the frequency (percentage) of a problem (e.g: [1]Two Sum Easy(36.36%)) is same for different companies. Is this expected? |
Yep this count gap is expected since "company" plugin is just a hardcoded list by the time writing, it can't know any new questions from leetcode.com. You see on leetcode.com this company information is treated as a kind of bonus for paid user only. That's why I create an individual plugin for it since its data is manually collected from internet thus not 100% accurate :) As for the percentage number, it means: x = "# accepted of all users" / "# submit of all users", not related to company from my understanding. |
moved to skygragon/leetcode-cli-plugins#6 need update "company" plugin to latest |
@skygragon Is there a way to update the problems set or problems.json so I get updated list of questions by company??
The text was updated successfully, but these errors were encountered: