Hacker News new | ask | show | jobs
by peterbotond 4771 days ago
quicksort, shellsort, then implement it for parametric type.
1 comments

I am not even sure what implementing it for a parametric type means... can someone point me to a link?
Parametric type means to take the type as a parameter; parent was probably asked to use Generics in C# or Java or C++ templates.
Ah, ok