Cs Revision / Notion > linked lists > Flashcards
describe what a linked list is 3 marks
A dynamic/data structure (1)Each node/item consists of data and pointer (1)Pointer gives location of next node