mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-18 18:14:34 +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.