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
Exercise 7.8: Many GUIs provide a table widget with a stateful multi-tier sort: the primary sort key is the most recently clicked column head, the secondary sort key is the second-most recently clicked column head, and so on. Define an implementation of sort.Interface for use by such a table. Compare that approach with repeated sorting using sort.Stable.
Hello! Your code is great, but I think I found a bug in exercise 7.8. You sort columns separately from rows, but you should sort rows as a whole.
Take a look at my corrected version of your code, maybe you'll like it:
The text was updated successfully, but these errors were encountered: