mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-11-23 07:30:33 -05:00
| .. | ||
| linked_list-double.py | ||
| LinkedListFIFO.py | ||
| README.md | ||
Linked List
LinkedListFIFO.py
python LinkedListFIFO.py
Linked List FIFO
Add 1: None
Add 2: Nonew
Add 3: None
Length: 3
Find 1: (None, None, 0)
Delete 1: None
Length: 0
Find 1: (None, None, 0)