Beispiel #1
0
 def test(self, args):
     QuickSort.sort(args)
     assert QuickSort.is_sorted(args)
     QuickSort.show(args)