Translations:FP Laboratory 4/10/en
Jump to navigation
Jump to search
- Implement the
quicksort
algorithm. As a pivot use always the first element in the list. For dividing the list, use the functionfilter
.