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.
- Visualize Merge Sort, Quick Sort, and Bubble/Insertion/Selection Sort algorithms.
- Visualize Breadth First Search, Depth First Search, and Dijkstra's traverse algorithms.
This example shows how to use Tailwind CSS (v3.2) with Next.js. It follows the steps outlined in the official Tailwind docs.
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