A
Andrius B.
Hi all.
The question for advanced programers:
I have a list of objects (custom types), the count of the list varies from
1000 to 100 000.
What algorithm could be the fastest for sorting such a list?
My data type has only two members (ID as integer and name as string). ID's
are unique, so the sorting would be by IDs only (if comparing).
I use VB 2005.
Thanks in advance.
The question for advanced programers:
I have a list of objects (custom types), the count of the list varies from
1000 to 100 000.
What algorithm could be the fastest for sorting such a list?
My data type has only two members (ID as integer and name as string). ID's
are unique, so the sorting would be by IDs only (if comparing).
I use VB 2005.
Thanks in advance.