Skip to content

nikolaevK/Sorting-Visualizer

Repository files navigation

Algorithm Visualizer

A mobile ready web application which allows user to visualize the work of basic sorting algorithms, as well as baic graph traversal algorithms.
Live demo here.

Example screenshot

General Information

  • Visualize Merge Sort, Quick Sort, and Bubble/Insertion/Selection Sort algorithms.
  • Visualize Breadth First Search, Depth First Search, and Dijkstra's traverse algorithms.

Technologies Used

React  NextJs  TypeScript  TailwindCSS 

Setup

This example shows how to use Tailwind CSS (v3.2) with Next.js. It follows the steps outlined in the official Tailwind docs.

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app

Releases

No releases published

Packages

No packages published

Languages