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 2.1. Show that any sorting function has the same input/output behaviour as insertion sort: (∀ xs: mset (f xs) = mset xs) ∧ (∀ xs: sorted (f xs)) → f xs = isort xs.
The text was updated successfully, but these errors were encountered:
In 2024 edition there's no exercise 2.1:
The text was updated successfully, but these errors were encountered: