← Home

Algorithm Simulations

50+ interactive visualizations with C & Python code

📈

Algorithm Performance Analysis

Time & space complexity comparison, Big-O benchmarks, algorithm efficiency charts

📊

Sorting Algorithms

Bubble · Selection · Insertion · Merge · Quick · Heap · Radix · Counting · Bucket · Shell

📦

Linear Data Structures

Array · Linked List · Stack · Queue · Deque · Priority Queue · Dynamic Array

🌳

Tree Structures

Binary Tree · BST · AVL · Red-Black · B-Tree · Heap · Trie · Segment · Fenwick

🔗

Graph Algorithms

BFS · DFS · Dijkstra · Bellman-Ford · Floyd-Warshall · Kruskal · Prim · Topological

🧠

Advanced Topics

DP · Greedy · Backtracking · Divide & Conquer · String Matching · Hash · Union-Find