ALGO PULSE
> Visualizing computational complexity across algorithms & structures.
Core Algorithms
π
Sorting Logic
Visualize the physical movement and comparison of linear data sets.
BubbleQuickMergeSelectionInsertionHeapShellCocktailGnomeCombCounting
ACTIVE
Explore Module
π
Search Patterns
Efficiently locate specific data points within optimized sets.
LinearBinaryJumpInterpolationExponential
ACTIVE
Explore Module
πΊοΈ
Pathfinding
2D grid navigation using heuristic and shortest-path engines.
DijkstraA*GreedyBFSDFS
ACTIVE
Explore Module
Data Structures
π³
Tree Systems
Hierarchical data structures and recursive traversal logic.
TraversalsBST OperationsAVL Balancing
DEVELOPMENT
πΈοΈ
Graph Theory
Modeling relationships and connectivity between complex nodes.
Prim'sKruskalTopological Sort
DEVELOPMENT
π
Linked Structures
Sequential data containers managed via pointer references.
ReversalCycle DetectionDoubly Linked
DEVELOPMENT