Revision history of "Translations:Functional programming/3/cs"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:06, 7 August 2019Beh01 talk contribs 156 bytes +156 Created page with "<syntaxhighlight lang="Haskell" > def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>"