Skip to content

A-geeky-man/Doubly-Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python code for the doubly linked list. Operations performed are:

  1. append()
  2. appendleft()
  3. pop()
  4. popleft()
  5. delete()
  6. find()
  7. reverse()