Data-Structures-using-Python
Data-Structures-using-Python copied to clipboard
SinglyLinkedList.py insertAtEnd
Your code breaks when you try to call insertAtEnd when the list is empty.
Can I look into this?