This commit is contained in:
mjk22071998 2024-10-02 06:43:08 +05:00
commit c290421ba8

View File

@ -111,7 +111,7 @@ class SortedLinkedList:
This function displays whole list
Doctests
>>> linkedList=SortedLinkedList()
>>> linkedList.insert(32)