q815101630 / LeetFlash

A reliable flashcard app for reviewing algorithm problems
https://leetflash.com
GNU General Public License v3.0
169 stars 10 forks source link

Retrieve previous record #14

Open GaGu818 opened 2 years ago

GaGu818 commented 2 years ago

Hi,

This tool would be more useful if it can retrieve previous record and have a sorting algorithm according to the times of rejected and AC. For example, if a problem is rejected for many times, it should be given the higher priority in review list. If it is a good idea I will see whether I can contribute and work on adding this feature.

q815101630 commented 2 years ago

I think this is a pretty good idea. However, there are some implementation difficulties like retrieving previous records (questions taken with the LeetFlash extension can be recorded correctly, but fetching history may be difficult.)

If you'd like to add some features, there are some already labeled as "enhancement". You can implement those if you want!