Posts by J Lima • 1 point
1 post
-
0
votes3
answers110
viewsQ: Bubble Sort algorithm error in Python
Currently I have studied a little Python and, amid the studies I am trying to perform a challenge where I need to implement a Bubble Sort algorithm in Python. The criteria are: The algorithm…