Table of Contents

Algo Visualizer is a collection of sorting algorithms, complete with visualizations, designed to help learn and practice algorithms.
Explore the docs ยป
See Project
ยท
Report Bug
ยท
Request Feature
-
Clone the repo
git clone https://github.com/gdcho/algo_v
-
Install NPM packages
npm install
-
Build and Run the server
npm run build npm run dev # or yarn build yarn dev # or pnpm build pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
๐ฆ
โโโ README.md
โโโ app
โ โโโ components
โ โโโ favicon.ico
โ โโโ lib
โ โโโ redux
โโโ next-env.d.ts
โโโ next.config.js
โโโ package-lock.json
โโโ package.json
โโโ pages
โ โโโ _app.tsx
โ โโโ _document.tsx
โ โโโ index.tsx
โโโ postcss.config.js
โโโ public
โ โโโ images
โโโ styles
โ โโโ globals.css
โโโ tailwind.config.ts
โโโ tsconfig.json
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
To learn more about Redux, take a look at the following resources:
- Redux Documentation - learn about Redux features and API.
- Redux Tutorial - an interactive Redux tutorial.
To learn more about Redux-Saga, take a look at the following resources:
- Redux-Saga Documentation - learn about Redux-Saga features and API.
- Redux-Saga Tutorial - an interactive Redux-Saga tutorial.
NextJS ยท Redux ยท Redux-Saga ยท Sorting Algorithms