AtharvaDev / Linked-List

This program can :

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linked-List

I did this by:

  1. Defining a Node class to hold the values and links between nodes
  2. Implementing a LinkedList class to handle external operations on the list like adding and removing nodes

About

This program can :


Languages

Language:Python 100.0%