Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 981 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 981 Bytes

Sorting Visualizer

This is a Sorting Visualizer built with Next.js, TypeScript, and Shadcn/UI. It allows you to visualize various sorting algorithms such as bubble sort, insertion sort, merge sort, quick sort, and selection sort.

Features

  • Visualize sorting algorithms in real-time
  • Choose from multiple sorting algorithms
  • Adjust the speed of the visualization
  • Randomize the input array for different scenarios

Technologies Used

  • Next.js: A React framework for building server-side rendered and static websites
  • TypeScript: A statically typed superset of JavaScript that compiles to plain JavaScript
  • Tailwind CSS: A utility-first CSS framework for quickly building custom designs
  • Shadcn/UI: A UI library for creating beautiful and responsive user interfaces

Getting Started

To get started with the Sorting Visualizer, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Maverick7274/Sorting-Visualizer.git