Skip to content

Implimentation of Singly linked list, Doubly linked list and Circular linked list with Python 3.

Notifications You must be signed in to change notification settings

yshastri66/linked_list_using_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linked list using Python

Run the respective python files in terminal or anaconda prompt using below command :

python singly_linked_list.py
or
python doubly_linked_list.py
or
python circular_linked_list.py

Now choose the number infront of your prefered operation. An example image is shown below.

Example image

About

Implimentation of Singly linked list, Doubly linked list and Circular linked list with Python 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages