项目作者: yshastri66

项目描述 :
Implimentation of Singly linked list, Doubly linked list and Circular linked list with Python 3.
高级语言: Python
项目地址: git://github.com/yshastri66/linked_list_using_python.git
创建时间: 2020-09-29T15:56:28Z
项目社区:https://github.com/yshastri66/linked_list_using_python

开源协议:

下载


Linked list using Python

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

  1. python singly_linked_list.py
  2. or
  3. python doubly_linked_list.py
  4. or
  5. python circular_linked_list.py

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

Example image