This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

User:Cronolio

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

Usefull templates

{{Talk page}}
{{subst:Unsigned|User}}

Drafts

Other places

Mediawiki

Tests

def quickSort(arr):
	less = []
	pivotList = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass



gentoo-sources