Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 422 Bytes

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