Data Structure

Linked List

Linked List, composed of data and links

Array

Array, a collection of elements with the same data type

Queue

Queue, FIFO, front, rear, enqueue, dequeue

Stack

Stack, LIFO, top, push, pop