Skip to content

Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. Currently these include Sorting, Path finding and Convex Hull Algorithms. More Algorithms will be coming soon!!

Notifications You must be signed in to change notification settings

Sparsh-Malhotra/Algo-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React React Router JavaScript LinkedIn


Logo

Algorithm Visualizer

Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. Currently these include Sorting, Path finding and Convex Hull Algorithms. More Algorithms will be coming soon!!
Explore the docs »

View Demo · Report Bug · Request Feature

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

About The Project

Product Name Screen Shot

Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. Currently these include Sorting, Path finding and Convex Hull Algorithms. More Algorithms will be coming soon!!

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

All the following notes assume you are at the command prompt for your chosen environment.

Confirm Node is installed and configured correctly, the following command should return the relevant version number.

     > node --version

Installation

  1. Clone the repo
    git clone https://github.com/TheCodinggDude/Algo-Visualizer
  2. Install NPM packages
    npm install

(back to top)

Usage

From the project directory, you can run :

> npm start

Runs the app in the development mode at http://localhost:3000. The app will recompile and restart if you make any edits to the source files. Any linting errors will also be shown in the console.

(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.

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

(back to top)

Contact

Sparsh Malhotra - sparshmalhotraa@gmail.com

Github Link: https://github.com/TheCodinggDude

(back to top)

Acknowledgments

(back to top)

About

Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. Currently these include Sorting, Path finding and Convex Hull Algorithms. More Algorithms will be coming soon!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published