Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
prm2
Commits
364d7f42
Commit
364d7f42
authored
May 27, 2021
by
Martin Mareš
Browse files
Mergesort: Typo
parent
eedebf19
Changes
1
Hide whitespace changes
Inline
Side-by-side
11-rozdel-a-panuj/mergesort.py
View file @
364d7f42
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Třídicí algoritmus Mergesort
# Třídicí algoritmus Mergesort
def
merge
(
x
,
y
):
def
merge
(
x
,
y
):
"""Slévání dvou setříděných posloupností."
''
"""Slévání dvou setříděných posloupností."
""
i
=
j
=
0
i
=
j
=
0
out
=
[]
out
=
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment