project: algo-visualized

timeline: Aug 2020 - Feb 2021

status: Archived

deploy: https://ds-algo.netlify.app

Algo-Visualized

Interactive visualizations of classic data structures and algorithms to make learning them more intuitive.

Overview

Algo-Visualized is a learning project focused on data structures and algorithms. It combines short explanations with interactive visualizations so you can see how algorithms behave step-by-step instead of just reading pseudocode.

The goal is to make fundamental CS concepts more approachable for students and engineers who learn visually.

Key Features

  • Visual explanations for core data structures and algorithms.
  • Step-by-step animations to show how state changes over time.
  • Controls to pause, step, and replay algorithm runs.
  • Browser-based interface that runs fully client-side.

Technical Stack

  • JavaScript and React for the UI and visualizations.
  • Hosted on Netlify for quick deployments.
// End of Project Log