Skip to content

DavidBatoDev/data-structure-algo-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DSA Visualization

A web application for visualizing various data structures and algorithms, built using Vite and React.

Features

  • Stack - Visualize how stacks work in data structures.
  • Queue - Learn the basics of queue operations.
  • Binary Tree - Understand binary tree structures.
  • BST with Traversal - Explore binary search trees and traversals.
  • Towers of Hanoi - Solve the classic Towers of Hanoi puzzle.
  • Sorting - Learn about different sorting algorithms.

Technologies Used

  • Vite - Fast frontend tooling for React.
  • React - JavaScript library for building interactive user interfaces.
  • TailwindCSS - Styling for a visually appealing UI.
  • Framer-Motion - For Animation

Installation

  1. Clone the repository:
 git clone https://github.com/DavidBatoDev/data-structure-algo-visualization.git
 cd data-structure-algo-visualization/dsa
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Usage

Navigate to different visualizations using the UI. Interact with data structures and algorithms to understand their behavior.

Demo Link:

https://data-structure-algo-visualization.vercel.app/

Releases

No releases published

Packages

 
 
 

Contributors