- 1
Sorting list without dataset
write a function in python to sort a list of numbers without using built-in functions dataset = [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54,79, 80,34,34,34,45,45]
0 Resposta
write a function in python to sort a list of numbers without using built-in functions dataset = [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54,79, 80,34,34,34,45,45]