|
|
|
|
|
by agentgt
3466 days ago
|
|
This also works for sorting as well and is typically called Radix Sort or Bucket Sort. Basically using unique attributes of the data you then divide and conquer on those attributes (e.g. for Radix you make buckets based on the digits). |
|