Line 58: |
Line 58: |
| | text = Test test test | | | text = Test test test |
| }} | | }} |
− |
| |
− | <syntaxhighlight lang="c#">
| |
− | </syntaxhighlight>
| |
− | <syntaxhighlight lang="c#" line>
| |
− | def quick_sort(arr):
| |
− | less = []
| |
− | pivot_list = []
| |
− | more = []
| |
− | if len(arr) <= 1:
| |
− | return arr
| |
− | else:
| |
− | pass
| |
− | </syntaxhighlight>
| |