mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-06 22:05:54 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a3becf3100
commit
7d414b4892
@ -111,7 +111,7 @@ class SortedLinkedList:
|
|||||||
This function displays whole list
|
This function displays whole list
|
||||||
|
|
||||||
Doctests
|
Doctests
|
||||||
|
|
||||||
|
|
||||||
>>> linkedList=SortedLinkedList()
|
>>> linkedList=SortedLinkedList()
|
||||||
>>> linkedList.insert(32)
|
>>> linkedList.insert(32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user