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
You are given a list and two indizes. Implement a method swap that takes the list and the two indizes as arguments, swaps the values at the given indizes and returns the list.