I am testing some sorting algorithms by passing a list of strings to them. the structure is like this:
def test(test_case): ans = sorted(test_case) fo