/Linked-List

This program can :

Primary LanguagePython

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