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