Difference between revisions of "Translations:FP Laboratory 4/10/cs"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Created page with "* Implementujte [https://en.wikipedia.org/wiki/Quicksort <code>quicksort</code>] algoritmus. Jako pivot využijte vždy první prvek v seznamu. Pro rozdělení seznamu použij...")
 
 
Line 1: Line 1:
* Implementujte [https://en.wikipedia.org/wiki/Quicksort <code>quicksort</code>] algoritmus. Jako pivot využijte vždy první prvek v seznamu. Pro rozdělení seznamu použijte funkci
+
* Implementujte [https://en.wikipedia.org/wiki/Quicksort <code>quicksort</code>] algoritmus. Jako pivot využijte vždy první prvek v seznamu. Pro rozdělení seznamu použijte funkci <code>filter</code>.

Latest revision as of 08:47, 20 October 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FP Laboratory 4)
* Implement the [https://en.wikipedia.org/wiki/Quicksort <code>quicksort</code>] algorithm. As a pivot use always the first element in the list. For dividing the list, use the function <code>filter</code>.
Translation* Implementujte [https://en.wikipedia.org/wiki/Quicksort <code>quicksort</code>] algoritmus. Jako pivot využijte vždy první prvek v seznamu. Pro rozdělení seznamu použijte funkci  <code>filter</code>.
  • Implementujte quicksort algoritmus. Jako pivot využijte vždy první prvek v seznamu. Pro rozdělení seznamu použijte funkci filter.