Ecosystem
Simulators
Interactive simulations & visualizers — explore directly in your browser.
B
Binary Search Tree
AlgorithmsInsert, search, and delete nodes in a binary search tree with real-time visualization.
D
Database B-Tree
AlgorithmsVisualize how databases use B-Trees for indexing — insert keys and watch the tree split and grow.
F
Finite State Machine
AlgorithmsBuild and run finite state machines — define states, transitions, and test input strings.
H
Hash Table
AlgorithmsVisualize hash table insertions, lookups, and collision resolution strategies.
P
Pathfinding Visualizer
AlgorithmsVisualize A*, Dijkstra, and BFS algorithms finding the shortest path on a grid.
R
Recursion Tree
AlgorithmsVisualize recursive function call trees for Fibonacci, factorial, and more.
S
Sorting Visualizer
AlgorithmsWatch sorting algorithms in action with colorful animated bar charts.
S
Stack & Queue
AlgorithmsVisualize push, pop, enqueue, and dequeue operations on stacks and queues.