-
Notifications
You must be signed in to change notification settings - Fork 1.9k
update difficulties for questions #177
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
Conversation
A very big thank you for submitting this PR @leo-step - I really appreciate it! Leetcode does update a question's difficulty every so often, but I didn't realize they have a GraphQL endpoint. If you'd be open to it, I'd love for you to submit a separate PR to get credit for your Python script - maybe we could add some lightweight docs on how to use it as well!
Update: I've opened #179 for this!
Awesome, I'll see what I can do about it.
Thanks for putting this site together by the way. I've been using it for just over two months now, and it's been really helpful. Thought I could work on a couple improvements while I'm at it.
Uh oh!
There was an error while loading. Please reload this page.
Hi Sean,
I looked over the difficulties of the questions you have listed and found two that need updating.
Maximum Subarray: Easy -> Medium
Peak Index in a Mountain Array: Easy -> Medium
Everything else looks up to date. Should fix #174.
Here is the short python script I ran if it's helpful.
Thanks!