This project is a React-based visualizer for key algorithms in Design and Analysis of Algorithms (DAA). It focuses on:
- Closest Pair Algorithm – Visualizes how the algorithm finds the closest pair of points efficiently.
- Karatsuba Algorithm – Demonstrates fast multiplication using the divide-and-conquer approach.
The visualizer helps students and enthusiasts understand algorithm behavior step by step through interactive animations.
- Interactive visualization of algorithm execution
- Step-by-step breakdown of computations
- User-friendly React interface
- Frontend: React.js
- Languages: JavaScript, HTML, CSS