change the methods of the Sorter class in any way so that the `sort` method does its sorting in place and has the signature `sort(nums: list[int])`
only the `sort` method needs to work in place, the others can work in whichever way is best.