<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://behalek.cs.vsb.cz/wiki/index.php?action=history&amp;feed=atom&amp;title=Translations%3AFunctional_programming%2F3%2Fcs</id>
	<title>Translations:Functional programming/3/cs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://behalek.cs.vsb.cz/wiki/index.php?action=history&amp;feed=atom&amp;title=Translations%3AFunctional_programming%2F3%2Fcs"/>
	<link rel="alternate" type="text/html" href="http://behalek.cs.vsb.cz/wiki/index.php?title=Translations:Functional_programming/3/cs&amp;action=history"/>
	<updated>2026-04-22T03:32:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>http://behalek.cs.vsb.cz/wiki/index.php?title=Translations:Functional_programming/3/cs&amp;diff=52&amp;oldid=prev</id>
		<title>Beh01: Created page with &quot;&lt;syntaxhighlight lang=&quot;Haskell&quot; &gt; def quickSort(arr): 	less = [] 	pivotList = [] 	more = [] 	if len(arr) &lt;= 1: 		return arr 	else: 		pass &lt;/syntaxhighlight&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="http://behalek.cs.vsb.cz/wiki/index.php?title=Translations:Functional_programming/3/cs&amp;diff=52&amp;oldid=prev"/>
		<updated>2019-08-07T11:06:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;Haskell&amp;quot; &amp;gt; def quickSort(arr): 	less = [] 	pivotList = [] 	more = [] 	if len(arr) &amp;lt;= 1: 		return arr 	else: 		pass &amp;lt;/syntaxhighlight&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;Haskell&amp;quot; &amp;gt;&lt;br /&gt;
def quickSort(arr):&lt;br /&gt;
	less = []&lt;br /&gt;
	pivotList = []&lt;br /&gt;
	more = []&lt;br /&gt;
	if len(arr) &amp;lt;= 1:&lt;br /&gt;
		return arr&lt;br /&gt;
	else:&lt;br /&gt;
		pass&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Beh01</name></author>
		
	</entry>
</feed>