willswire / asortd

Algorithm Sorting Display. Visualize sorting algorithms in the DOM using JS

Home Page:https://www.asortd.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues


Logo

ASORTD

Algorithm Sorting Display
View Project · Request a Feature

About The Project

Our first assignment in CISC474 was to:

For your first project (Module 1), you will explore the Document Object Model (DOM) and how it can be used to create dynamic client side content in a web browser. You may choose to do whatever you like for this project provided it meets the requirements in this document and is approved in advance. In past semesters, students have written web based games, interactive applications, graphing systems, and other things. It is totally up to you and your group. Be creative and have fun with it.

We decided to create a fun and interactive webpage that allows visitors to visualize popular sorting algorithms often taught in Computer Science curricula.

Contributing

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

  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

License

Distributed under the MIT License. See LICENSE for more information.

Built With

About

Algorithm Sorting Display. Visualize sorting algorithms in the DOM using JS

https://www.asortd.info

License:MIT License


Languages

Language:JavaScript 68.0%Language:HTML 20.9%Language:CSS 11.1%