Interactive linked lists
Using a static array of records to store a linked list, like in OCR A-level exam questions.
New empty list with length:
Create
Add/remove item:
Add/remove