Tag: Algorithm

FIT2004
Posted in IT and Coding

Python coding: Heap Sorting example (Movie buddies)

Task : Finding the top-k users The first feature that she wants to add is rewards for top-k users of the app each month. Specifically, she has written a script that…

Continue Reading Python coding: Heap Sorting example (Movie buddies)
Posted in IT and Coding

Python coding: Radix Sorting (Movie buddy recommendation)

Task : Sorting recommendation Tom has written a script to obtain a file called favoriteMovies.txt which contains favorite movies for each user. The favorite movies for each user are not listed…

Continue Reading Python coding: Radix Sorting (Movie buddy recommendation)