Skip to content

A React-based sorting visualizer practicing Bubble and Insertion Sort

Notifications You must be signed in to change notification settings

EnzoVieira/sort-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort Visualizer

Small project implementing sorting algorithms in JavaScript.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact
  6. Acknowledgments

About The Project

Gravacao.de.Tela.2023-04-03.as.22.00.07.mov

Sort Visualizer

Sort visualizer project implemented with ReactJS and TypeScript

I created this small project to put in practice my knowledge about sorting algorithms and Frontend development

The algorithms are:

(back to top)

Built with

(back to top)

Getting Started

Installation

To test the project is simple.

  1. Clone the repo
    git clone https://github.com/EnzoVieira/sort-visualizer.git
  2. Install NPM packages
    npm install
    or use yarn
    yarn

(back to top)

Roadmap

  • Add Bubble Sort Algorithm.
  • Add Insertion Sort Algorithm.
  • Create a Header
    • Button to generate a new array
    • Select other options (delay, number of bars...)
    • Select the algorithm that will be used
  • Implement a Binary Search algorithm.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Feel free to contribute with my project!

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star ⭐️! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
  6. If your Pull Request resolves some issue, refer the issue on the subject with a # and the number of the issue, like: [SUBJECT] #123

(back to top)

Contact

Enzo Vieira

Instagram: @enzogabriel16

Email: enzovieira16@hotmail.com

Project Link: https://github.com/EnzoVieira/sort-visualizer

(back to top)

Acknowledgments

(back to top)

About

A React-based sorting visualizer practicing Bubble and Insertion Sort

Resources

Stars

Watchers

Forks