Skip to content
Snippets Groups Projects
Commit 43ff3a0b authored by Martin Mareš's avatar Martin Mareš
Browse files

Sorted list: Oprava překlepu

parent 9304c9e3
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class SortedList:
def insert(self, x):
"""Zatřídí do seznamu nový prvek se zadanou hodnotou.
Pokud už takový prvek je, neudělá nic.
Pokud už tam takový prvek je, neudělá nic.
"""
# TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment