mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Initialising a LinkedList class, using a Node class to store the item and the next pointer.
Initialising a LinkedList class, using a Node class to store the item and the next pointer.