Skip to content

feat: introduce problem reordering and status filtering#140

Open
vvutkin wants to merge 3 commits intokaiwk:masterfrom
vvutkin:filter-sort
Open

feat: introduce problem reordering and status filtering#140
vvutkin wants to merge 3 commits intokaiwk:masterfrom
vvutkin:filter-sort

Conversation

@vvutkin
Copy link
Copy Markdown

@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