Y
Hacker News
new
|
ask
|
show
|
jobs
by
peterbotond
4771 days ago
quicksort, shellsort, then implement it for parametric type.
1 comments
lsiebert
4771 days ago
I am not even sure what implementing it for a parametric type means... can someone point me to a link?
link
fazzone
4771 days ago
Parametric type means to take the type as a parameter; parent was probably asked to use Generics in C# or Java or C++ templates.
link
lsiebert
4770 days ago
Ah, ok
link