Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

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

Closed
raghumaddali opened this issue Dec 12, 2017 · 6 comments
Closed

how do I update problems list #79

raghumaddali opened this issue Dec 12, 2017 · 6 comments

Comments

@raghumaddali
Copy link

@skygragon Is there a way to update the problems set or problems.json so I get updated list of questions by company??

@skygragon
Copy link
Owner

skygragon commented Dec 13, 2017

@raghumaddali what do you mean "by company"?

@raghumaddali
Copy link
Author

raghumaddali commented Dec 13, 2017 via email

@skygragon
Copy link
Owner

@raghumaddali currently this company filtering feature is only supported via company plugin. It will not touch problems.json at all.

@raghumaddali
Copy link
Author

@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?

@skygragon
Copy link
Owner

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.

@skygragon
Copy link
Owner

moved to skygragon/leetcode-cli-plugins#6

need update "company" plugin to latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants