Opened 17 years ago
Closed 16 years ago
#72 closed task (fixed)
Port radix sort algorithm
Reported by: | Alpar Juttner | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.1 release |
Component: | core | Version: | |
Keywords: | Cc: | ||
Revision id: |
Description
i.e., the file
- lemon/radix_sort.h
Attachments (3)
Change History (13)
comment:1 Changed 17 years ago by
Milestone: | LEMON 1.0 release → Post 1.0 |
---|
comment:2 Changed 16 years ago by
Owner: | changed from Alpar Juttner to Peter Kovacs |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 4f7224faf3bd.patch added |
---|
comment:3 follow-ups: 6 7 Changed 16 years ago by
comment:4 Changed 16 years ago by
Owner: | changed from Peter Kovacs to Balazs Dezso |
---|---|
Status: | assigned → new |
comment:5 Changed 16 years ago by
Status: | new → assigned |
---|
comment:6 follow-up: 8 Changed 16 years ago by
Replying to deba:
I have uploaded the port in the patch [4f7224faf3bd].
I suggest renaming counterSort()
to stableRadixSort()}}, {{{countingSort()
of countingRadixSort()
, though I strongly prefer the first one.
What are your opinion?
Changed 16 years ago by
Attachment: | 31d224a3c0af.patch added |
---|
comment:7 Changed 16 years ago by
Replying to deba:
I have uploaded the port in the patch [4f7224faf3bd].
[31d224a3c0af] contains a couple of doc improvements.
comment:8 follow-up: 9 Changed 16 years ago by
Replying to alpar:
Replying to deba:
I have uploaded the port in the patch [4f7224faf3bd].
I suggest renaming
counterSort()
tostableRadixSort()}}, {{{countingSort()
ofcountingRadixSort()
, though I strongly prefer the first one.What are your opinion?
I think the stableRadixSort is good name, it is close to the naming of the std sorting algorithms.
comment:9 follow-up: 10 Changed 16 years ago by
Replying to deba:
Replying to alpar:
Replying to deba:
I have uploaded the port in the patch [4f7224faf3bd].
I suggest renaming
counterSort()
tostableRadixSort()}}, {{{countingSort()
ofcountingRadixSort()
, though I strongly prefer the first one.What are your opinion?
I think the stableRadixSort is good name, it is close to the naming of the std sorting algorithms.
I made a patch [de16f1f2d228] for renaming.
comment:10 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Everything here is in the main branch now.
I have uploaded the port in the patch [4f7224faf3bd].