Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 154 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 154 Bytes

SinglyLinkedList

Python code for Singly Linked list operations Operations performed are:

  1. append()
  2. appendleft()
  3. delete()
  4. find()
  5. reverse()