Browse Resources
Discover interactive educational visualizations shared by educators worldwide
Showing 12 of 13 resources
Depth-First Search
Stack/recursion-based traversal; shows discovery/finish times and backtracking path.
Binary Tree Explorer
Insert/search/traverse (in/pre/post); highlights current node; shows height and node counts.
Breadth-First Search
Level-order graph traversal with queue visualization; shows shortest-path tree in unweighted graphs.
Truth Table Builder
Build truth tables for logical expressions with multi-variable support; shows intermediate terms.
Selection Sort Visualizer
Highlights min search and swaps per pass; tracks comparisons and swaps counts.
Insertion Sort Visualizer
Builds sorted portion by shifting/inserting; tracks comparisons and shifts.
Linked List Visualizer
Insert/search/delete nodes while showing pointers and traversal; null-terminated tail.
Merge Sort
Divide and conquer animation
Stacks
Push and pop operations
Quick Sort
Pivot selection, partitioning
Queues
Enqueue and dequeue operations
Hash Tables
Hashing, collision resolution