I just thought it would be really fun as a developer to include bogosort in another application using sorting, just to prank the users. There is just that one problem with it, that the users would think the application has hung up or is at least slow as shit (when more that 12 values shall be sorted) :D.
I came here to see Bogo Sort solve something.
I left here finding a new channel with a fantastic video quality for coding. Time to learn python!
Good informative video for who need it
Awesome video!
Thanks so much!
thanks a lot for making these, I'm new to python and I try to recreate them by myself after watching
Nice! Let me know if you run into any issues or have any questions, hope you enjoy learning python as much as I did 😁
I just thought it would be really fun as a developer to include bogosort in another application using sorting, just to prank the users. There is just that one problem with it, that the users would think the application has hung up or is at least slow as shit (when more that 12 values shall be sorted) :D.
Imagine if Excel used bogosort lmao
@@BrianFaure1 BRUH
Easiest algorithm to sort but time to complete is infinite...🔁
subbed.
Can you pass the source for some Bogo fun?
from random import shuffle
def is_sorted(a):
for i in xrange(1,len(a)):
if a[i]
Nice video , but please buy a new microphone
Still beats bogobogosort