Skip to content

A-geeky-man/SinglyLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SinglyLinkedList

Python code for Singly Linked list operations Operations performed are:

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