Learning Lab
Interactive lessons & exercises — learn by building, step by step.
All (35)
Algorithms (4)
Data Structures (4)
Databases (3)
Math (2)
Networking (2)
Programming (10)
Web Development (10)
B
Binary Search Trees
Data StructuresBuild and traverse binary search trees — insert, search, delete nodes with animated tree visualizations.
H
Hash Tables & Hash Maps
Data StructuresVisualize hashing, collisions, and key-value storage with an interactive hash table simulator.
L
Linked Lists
Data StructuresVisualize singly and doubly linked lists — insert, delete, search, and traverse nodes interactively.
S
Stacks & Queues
Data StructuresMaster LIFO and FIFO data structures with visual push, pop, enqueue, and dequeue operations.