data structures and algorithms

What is a data structure?

A data structure is basically a way to organise data in a computer, specifically in RAM. RAM is stored in bytes (8 bits) and bits are just 0s and 1s. For example, 8GB of RAM is about 8 billion bytes.

Array

4 October 2025 (1w ago)

Stack

4 October 2025 (1w ago)

Singly Linked Lists

Today