This project was bootstrapped with Create React App.
Visualizing Algorithms Project is developed by Devansh Dubey using ReactJS.
Available Algorithms are:
- BubbleSort
- SelectionSort
- InsertionSort
- QuickSort
- PreOrder
- PostOrder
- InOrder
- Breadth First Search
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Start with cloning this repo on your local machine:
$ git clone https://github.com/dubeyji0110/VisualizingAlgorithms.git
$ cd VisualizingAlgorithms/
To install and set up the library, run:
$ yarn install or $ npm install
You can add your new features and pull a request, I will sure look into that.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes:
git add .
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😎
- Devansh Dubey - Initial work - dubeyji0110