Skip to content

mjung1/Sorting-Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Sorting-Algorithm-Visualizer

Sorting Algorithm Visualizer is an app to visualize various in-place sorting algorithms, including Insertion Sort, Bubble Sort, Selection Sort, and Heap Sort

Functionality

The program contains the following functionality:

  • Working GUI
  • Randomly generates bars of various lengths to be sorted
  • Ability to select from 1 of 4 sorting algorithms
  • Ability to stop sorting procedure at any point in time
  • Ability to select sorting in ascending or descending order
  • Sorting algorithm continues until all bars are sorted
  • Ability to increase, decrease, or reset the sorting speed

Video Walkthrough (GIF)

License

Copyright Matthew Jung

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

App to visualize various sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages