Skip to content

basavarshini2006-glitch/Algorithm-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoVision - How to Run

Prerequisites

  • Python 3.8+
  • Node.js 16+
  • Git

Setup

  1. Clone the repository:
git clone https://github.com/Sunil2587/Algorithm.git
cd Algorithm
  1. Setup backend:
cd backend
python -m venv venv
venv\Scripts\activate  # Windows
pip install -r requirements.txt
python app.py
  1. Setup frontend (in new terminal):
cd frontend
npm install
npm run dev
  1. Open http://localhost:5173 in browser

Features

  • Interactive algorithm visualizations
  • Step-by-step execution
  • Quiz mode for learning
  • Multiple algorithms: sorting, searching, graphs

About

Algorithm implementations for interview preparation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors