Slowest sort you can think
1
Name:
Anonymous
2012-07-22 3:02
What's the slowest non-Bogosort sort you can think of?
For me, it's
- Compute all the n! permutations of the list
- Do a breadth first search of the ordered permutation.
which, if done right, can be O(n*n!logn!) .
41
Name:
Anonymous
2012-07-24 19:22
>>35
Listen you fucktard, memory in computers is limited, therefore everything is O(1).
What now bring it on
42
Name:
Anonymous
2012-07-24 19:24
>>35,40
Lmao faggot I do your mom for a living what do you do?
43
Name:
Anonymous
2012-07-24 19:26
>>42
lololol faggot go fuck a tired dog
def crs(l):
while not all(l[i-1]<=l[i]for i in range(1,len(l))):
pass
45
Name:
40
2012-07-24 22:40
>>42
I'm an Associate Professor of Electrical Engineering at Princeton University.
46
Name:
Anonymous
2012-07-24 22:52
>>45
Hey fag, tell your mom I said hi.
47
Name:
Anonymous
2012-07-24 23:14
>>44
I see what you did there.
48
Name:
Anonymous
2012-07-24 23:49
Bureaucracy.
49
Name:
Anonymous
2012-07-24 23:56
>>45
I'm so sorry, can I do anything for you?
50
Name:
Anonymous
2013-12-01 13:26
░░░░░░░░░░░▄▄▄▄▄░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░▄▄█████████▄▄░░░░░░░░░░░░░░░
░░░░░░▄▀▀▀▀█▀▀▀▀▀▀█████▄░░░░░░░░░░░░░
░░░░▄██████░░░░░░░░░░░▀██░░░░░░░░░░░░
░░░▐██████▌░░░░░░░░░░░░░▐▌░░░░░░░░░░░
░░░███████▌░░░░░░░░░░░░░░█░░░░░░░░░░░
░░▐████████░░░░░░░░░░░░░░░█░░░░░░░░░░
░░▐██████▌░░░░░▄▀▀▀▀▀▄░▀░▄▄▌░░░░░░░░░
░░░█▀▀███▀░░░░░░▄▀█▀░░░▐▄▄▄▌░░░░░░░░░
░░▐░▌▀▄░░░░░░░░░░▄▄▄▀░░░▌▀░▌░░░░░░░░░
░░░▌▐░░▌░░░░░░░░░░░▀░░░░▐░▐░░░░░░░░░░
░░░▐░▀▄▐░░░░░░░░░░░▌▌░▄▄░▐░▌░░░░░░░░░
░░░░▀█░▄▀░░░░░░░░░▐░▐▄▄▄▄▀▐░░░░░░░░░░
░░░░░▌▀░▐░░░░░░░░▄▀░░▀▀▀▀░▌░░░░░░░░░░
░░░░░▐░░░░░░░░░▌░░░▄▀▀▀▀▄▐░░░░░░░░░░░
░░░░░▌░░░░░░░░░▐░░░░░▄▄░░▌░░░░░░░░░░░
░░░░█▀▄░░░▐░▐░░░░░░░░░░░█░░░░░░░░░░░░
░░░█░█░▀▀▄░▌░█░░░▀▀▄▄▄▄▀░░░░░░░░░░░░░
░░█░░░▀▄░░▀▀▄▄█░░░░░▄▀░░░░░░░░░░░░░░░
░░█░░░░░▀▄░░░░▀▀▄▄▄▀▐░░░░░░░░░░░░░░░░
░░█░░░░░░░▀▄░░░░░▐░▌▐░░░░░░░░░░░░░░░░
░░░█░░░░░░░░▀▄░░░▌░▐▌▐░░░░░░░░░░░░░░░
░░░░█░░░░░░░░░█░▐░▄▄▌░█▀▄░░░░░░░░░░░░
░░░░░█░░░░░░░░░█▌▐░▄▐░░▀▄▀▀▄▄░░░░░░░░
░░░░░░█░░░░░░░░░▀▄░░▐░░░▀▄░░░▀▀▄▄░░░░
░░░░░░░▀▄░▄▀█░░░░░█░░▌░░░░▀▄░░░░░█░░░
51
Name:
Anonymous
2013-12-01 14:15
When I want a slow sort I use quicksort
>>50
who are you quoting?
Newer Posts