Skip to content

feat: introduce problem reordering and status filtering #140

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vvutkin
Copy link

@vvutkin vvutkin commented Dec 12, 2024

  • Added functionality to sort problems list based on Acceptance Rate (%) and Frequency (%).
  • Implemented filtering by problem status, allowing users to view only accepted/rejected/not attempted.

vvutkin and others added 3 commits December 12, 2024 18:37
- Added functionality to sort problems list based on Acceptance Rate (%) and Frequency (%).
- Implemented filtering by problem status, allowing users to view only accepted/rejected/not attempted.
For `leetcode--show-submission-result` we're not showing status if
there's a Memory Limit Exceeded error (status 12).  This can happen,
for example, if a submission in Python hits the Python recursion depth
limit.  When it happens, nothing is displayed in the submission result
buffer at all.

In this change, we add some handling to deal with this error for the
submission results.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants