|
|
|
|
|
by hopscotch
2616 days ago
|
|
The best real sorting algorithms are often hybrid. Would be nice to see mention of parallel sorting algorithms. These have basically linear speedup and you can do them on GPUs. Obvious disclaimer that you should never care about your sorting algorithm choice until you need to. Performance is more often IO or memory related than compute. Tech interviews are daft, etc. |
|