You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
The current sorting algorithm uses plain python sort to get the top 5 songs.
The current implementation produces non deterministic results when many songs have the same vote count. Using better things like itertools could produce much better results.
The text was updated successfully, but these errors were encountered:
The current sorting algorithm uses plain python sort to get the top 5 songs.
The current implementation produces non deterministic results when many songs have the same vote count. Using better things like itertools could produce much better results.
The text was updated successfully, but these errors were encountered: