Exercise: Sorting Interview

Run Settings
LanguagePython
Language Version
Run Command
#1 - Sort 10 schools around your house by distance: # Insertion sort #2 - eBay sorts listings by the current Bid amount: # Insertion sort #3 - Sport scores on ESPN # Insertion sort #4 - Massive database (can't fit all into memory) needs to sort through past year's user data # Merge sort #5 - Almost sorted Udemy review data needs to update and add 2 new reviews # Selection sort #6 - Temperature Records for the past 50 years in Canada # Insertion sort #7 - Large user name database needs to be sorted. Data is very random. # Merge sort #8 - You want to teach sorting for the first time # Bubble sort
Editor Settings
Theme
Key bindings
Full width
Lines