Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Why use canvas when you can mutate the DOM

License

NotificationsYou must be signed in to change notification settings

danilhendrasr/sorting-visualizer

Repository files navigation


A simple but overengineered sorting visualizer web app.

StargazersIssuesMIT License

About The Project

Upon watchingClément Mihailescu's video,I was inspired and decided to make a sorting algorithms visualizer of my own.

Built using Next.js (kind of overengineered), this sorting visualizer supports visualizing4 sorting algorithms which are:

Selection SortInsertion Sort
Selection SortInsertion Sort
Bubble SortMerge Sort
Bubble SortMerge Sort

(back to top)

Getting Started

Prerequisites

  • Node.js;
  • Yarn.

Running Locally

  1. Clone the repo andcd into the directory;
  2. Install the dependencies:
    yarn
  3. Run the following command:
    yarn build&& yarn start
  4. The web app can be accessed atlocalhost:3000.

(back to top)

License

Distributed under the MIT License. SeeLICENSE for more information.

Contact

TwitterLinkedInEmail

Acknowledgments

Much thanks to these people/organizations/resources that made this project possible to be as it is now!

(back to top)


[8]ページ先頭

©2009-2025 Movatter.jp