Data Structures

Fundamental and advanced data structures for coding interviews

Fundamental and advanced data structures for coding interviews

Hash Tables

Hashing techniques, collision resolution, and applications

1 min read

Graphs

Graph representations, traversals, and algorithms

1 min read

Trees

Binary trees, BST, balanced trees, and tree algorithms

1 min read

Stacks & Queues

Stack, queue implementations and monotonic structures

1 min read

Linked Lists

Single, double, circular lists and operations

1 min read