fvasco / jug-2017-07

6 stars 4 forks source link

the quicksort function supports generics #5

Closed mattiapiccinetti closed 7 years ago

mattiapiccinetti commented 7 years ago

HI again, I've modified the function in order to support a generic list, thanks for your tip. I've preferred to avoid using the view bounds due to deprecation (https://github.com/scala/scala/pull/2909) in favour of an implicit Ordered[T] function.