Tagged Questions
6
votes
4answers
621 views
Is there a good radixsort-implementation for floats in C#
I have a datastructure with a field of the float-type. A collection of these structures needs to be sorted by the value of the float. Is there a radix-sort implementation for this.
If there isn't, is ...
0
votes
1answer
93 views
Radix-Sort Implementation for Dictionary/KeyValuePair Collection
I'm looking for a fast and efficient Radix-Sort Implementation for Dictionary/KeyValuePair Collection if possible in C# (but not mandatory). The key is an Integer between 1 000 000 and 9 999 999 999. ...
0
votes
2answers
763 views
Any ready-made implementation of Radix Sort for C#?
Preferrably with any non-virus open source license