Does anyone know the sorting algorithms pandora, Netflix, Hulu, and other media use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Does anyone know the sorting algorithms pandora, Netflix, Hulu, and other media use?

I did some research into it, and pandora has their sorting algorithm on patent. I couldn't find anything from Netflix or Hulu, but I would like to know how to implement the algorithm for related categories/genres of art.

17th Mar 2017, 3:26 PM
Uri Easter
Uri Easter - avatar
2 Answers
+ 4
thank you
18th Mar 2017, 6:25 PM
Uri Easter
Uri Easter - avatar
+ 3
It's more likely to be time decay algorithm that gets the most trending stuff on top while removing the actual need of sorting on likes and dislikes. It gets the stuff that gets most likes in lowest time.
18th Mar 2017, 12:07 PM
Saqib Ali
Saqib Ali - avatar