Skip to content

Maurice189/VisualSorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Sorting

Java CI with Maven

visual-sorting-teaser.gif

Description

Visual Sorting is an application that visualizes the behaviour of common sort algorithms in parallel. The concept of VisualSorting is somewhat similar to sound-of-sorting developed by Timo Bingmann.

Features

  • Multiple sort algorithms can be compared concurrently.
  • Common sort algorithms are available like Quick sort, Merge sort and Bubble sort.
  • Start/Stop/Pause and step by step execution functionality.

Maven Build

First, make sure that Java SE Runtime Environment 11 and Maven are installed on your machine. Then run maven package from the top level directory of this repository. After successful build, you should be able to launch the application with the following command java -jar target/visual-sorting-0.2.jar.

License

Visual Sorting is licenced under the MIT License.

Copyright 2021, Maurice Koch

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Credits

Most of the program icons used in this program are based on Google's Material Design / Monochrome icons, downloaded from www.flaticon.com. Google's Material Design / Monochrome icons are licensed under CC BY 3.0.