Improve "Most downloaded" sort algorithm
ArtemkaKun opened this issue · 1 comments
ArtemkaKun commented
I think the algorithm here should be:
- by downloads count (descending)
- if downloads count if the same - by stars count (descending)
- if stars and downloads counts are the same - by the last update date (ascending)
- if stars and downloads count and last upload date are the same - by name (A -> Z)
ArtemkaKun commented
Check implementation to confirm the code is improved