Skip to content

srikanth-rl/algorithm-visualizer

Repository files navigation

Algorithms Visualizer

This project provides a visualization of various algorithms, aiding in better understanding and analysis.

Contents

  • Visualizes shortest path-finding for navigating through mazes or grids - Path-Finder
  • Visualizes popular sorting algorithms - Sorting
  • Visualizes the N Queens problem, which involves placing N queens on an N×N chessboard so that no two queens threaten each other - N-Queens

Installation

  • Clone : git clone https://github.com/srikanth-rl/algorithm-visualizer.git