Hi guys, so I'm trying to use BubbleSort on a list of numbers generated randomly from 0-100. I have the generator working, however I'm completely stumped on the bubble sort element and then printing the bubblesort. Also, I'm trying to get this done by tonight and didn't realize it was going to be a lengthy process lmao
Attached is the output of my working code, and then what I'm trying to cobble together. Any help or advice is greatly appreciated