close

Session 2

Array

List

Stack

Queue

Linked List

Doubly Linked List

Array

Fixed Size

Index-Based Access

Contiguous Memory Allocation

List

Dynamic Size

Index-Based Access

Non-Contiguous Memory Allocation

Stack

LIFO (Last In, First Out)

Push and Pop Operations

Top Access

Dynamic Size

Queue

FIFO (First In, First Out)

Enqueue and Dequeue Operations

Front and Rear Access

Dynamic Size

Linked List

Dynamic Size

Nodes

Sequential Access

Non-Contiguous Memory Allocation

Insertion and Deletion

Doubly Linked List

Dynamic Size

Nodes

Bidirectional Access

Non-Contiguous Memory Allocation

Insertion and Deletion