The Best Sorting Algorithm
1
Name:
Anonymous
2009-09-07 21:49
In this thread we will discuss sorting algorithms and vote for our favorite one.
I will update the stats every postIndex % 25 posts.
May the best #sort win!
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Quick Sort
- Heap Sort
- Shell Sort
- Bucket Sort
- Radix Sort
Vote for one of these or any sort you like. I'll add new sorts to the list when I update stats.
41
Name:
Anonymous
2009-09-08 3:52
i dont sort
42
Name:
Anonymous
2009-09-08 5:20
Sort, Lleida, Spain
43
Name:
Anonymous
2009-09-08 5:37
I must say, I have a thing for quicksort. When my data comes home at night, the quicksort makes sure that my data has a beer, a television, and a meal in short order.
44
Name:
Anonymous
2009-09-08 6:15
I can't belive no one suggested randomsort yet.
45
Name:
Anonymous
2009-09-08 6:20
Plain butt sort.
46
Name:
Anonymous
2009-09-08 7:08
- Whatever's the default in my language, people who care about this shit (what a bunch of nerds) have already solved the sorting problem for the rest of us Sort
47
Name:
Anonymous
2009-09-08 7:21
>>46
(what a bunch of nerds)
posting on /prog/
Besides, I think you mean whatever's the default in your language
implementation , Which language defines the sorting algorithm in it's standard?
48
Name:
Anonymous
2009-09-08 7:35
>>47
Stop paraphrasing posts!
Seriously, is that a new fad? I haven't seen people doing this half a year ago, at least not here.
49
Name:
Anonymous
2009-09-08 7:45
The next post will provide updated stats.
50
Name:
Anonymous
2009-09-08 7:49
*grabs dick*
51
Name:
Anonymous
2009-09-08 8:17
BOBSORT
53
Name:
Anonymous
2009-09-08 9:39
>>51
Implement it in MMIX and we'll see.
54
Name:
Anonymous
2009-09-08 9:51
>>52
Coincidentally, my two favourite sorts are in the first two places.
55
Name:
Anonymous
2009-09-08 9:54
Quicksort.
56
Name:
Anonymous
2009-09-08 10:06
The I-came-buckets sort
57
Name:
Anonymous
2009-09-08 11:11
"lol I'm promoting my stupid shit like 'butt sort' and 'my anus' and 'haxus' and all that"
58
Name:
Anonymous
2009-09-08 11:14
>>52
You forgot that vote:
>>42
Sort, Lleida, Spain
59
Name:
Anonymous
2009-09-08 11:21
>>58
Mercado was here, Sort is loser.
60
Name:
Anonymous
2009-09-08 11:35
/b/ sort:
~/b/watch_thread.sh $( ( echo please sort this list for me:; cat list.txt ) | ~/b/new_thread.sh )
61
Name:
Anonymous
2009-09-08 11:44
Slim Shady Sort.
62
Name:
Anonymous
2009-09-08 13:31
Stubborn sort
The list is already sorted. What? You can't prove that it isn't! You just have to have faith!
63
Name:
Anonymous
2009-09-08 14:06
>>62
more the dogmatic sort than stubborn sort
am i right
64
Name:
Anonymous
2009-09-08 14:36
god sort. it changes the initial state of the universe so that the list is already sorted.
65
Name:
Anonymous
2009-09-08 14:37
>>64
talk about over-engineered
66
Name:
Anonymous
2009-09-08 14:39
Quicksort of course
67
Name:
Anonymous
2009-09-08 14:48
>>64
if the god sort set the initial state to sorted how would you afterwards have had anything to compare against?
68
Name:
Anonymous
2009-09-08 14:52
I like the dick-grabbing sort. It's like quicksort, but before doing it you have to *grabs dick* (and *ungrabs dick* after you're done, not to risk an anal leak).
69
Name:
Anonymous
2009-09-08 14:52
70
Name:
Anonymous
2009-09-08 14:58
>>69
Young Master you have much to learn if you are to become a Follower of The Way
71
Name:
Anonymous
2009-09-08 15:00
>>70
Young master you have much to learn if you are to Freeze the Void.
72
Name:
Anonymous
2009-09-08 15:05
>>71
Ha not FaggotVoid. Bzzzt thanks for playing, do try again.
73
Name:
Anonymous
2009-09-08 15:05
>>44
Two people already did mention it:
http://en.wikipedia.org/wiki/Bogosort
BOGOSORT!
74
Name:
Anonymous
2009-09-08 15:11
>>72
I don't know (and don't care) who you are, but GTFO
75
Name:
Anonymous
2009-09-08 15:11
from random import shuffle
def bogo_sort(seq):
while not all(x <= y for x, y in zip(seq, seq[1:])):
shuffle(seq)
76
Name:
Anonymous
2009-09-08 15:15
>>74
You must be new here, it's understandable that you should be confused.
Please follow these simple rules:
1) lurk more
2) STFU when adults are talking.
Thanks and have a nice
/prog/
77
Name:
Anonymous
2009-09-08 15:17
78
Name:
Anonymous
2009-09-08 15:23
>>72
I see no accusations in
>>71 though I do see a idiot in
>>72 .
79
Name:
Anonymous
2009-09-08 15:33
>>76
Nice acting there
>>72
80
Name:
Anonymous
2009-09-08 16:48
>> 77
I just came a little bit
Newer Posts