Sorting Algorithm Visualizer
Watch sorting algorithms come to life with animated visualizations. Compare Bubble Sort, Quick Sort, and Merge Sort performance.
Binary Search Tree Visualizer
Interactive BST operations including insert, delete, and traversals (in-order, pre-order, post-order) with step-by-step visualization.
Rate Limiter Simulator
Understand rate limiting strategies including Token Bucket, Leaky Bucket, and Fixed Window algorithms with real-time visualization.
About These Demos
These interactive demos are built to help visualize complex algorithms, data structures, and systems concepts. Each demo is fully interactive and runs entirely in your browser.
The visualizations demonstrate real-world concepts used in production systems, from fundamental algorithms to distributed systems patterns.
Built with React, TypeScript, and modern web technologies. All demos are open source and available in my portfolio.