Tag: time complexity
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…
Posted in IT and Coding
Python coding: Radix Sorting (Movie buddy recommendation)
preservsun July 11, 2020 Leave a Comment on 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…
Recent Comments