Skip to content

This is a sorting visualizer implemented with Java Swing, allowing you to track the sorting process step by step.

Notifications You must be signed in to change notification settings

lochuung/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

This project is a sorting visualizer that visualizes the sorting algorithms in step by step manner. User can control each step of the sorting algorithm and can visualize the sorting process in a better way. This project is made using Java Swing and AWT libraries.

⭐ If you find this project useful, please consider giving us a star on GitHub! Your support helps us continue to innovate and deliver exciting features.

Number of GitHub contributors Number of GitHub issues that are open Number of GitHub stars Number of GitHub closed issues Number of GitHub pull requests that are open GitHub release; latest by date GitHub commit activity GitHub license which is APGL license Follow me on Facebook

Features

  • Visualize the sorting algorithms in step by step manner.
  • User can control each step of the sorting algorithm.
  • User can choose the sorting algorithm to visualize: Bubble Sort, Selection Sort, Insertion Sort, Merge Sort.

Screenshots

Sorting Visualizer


Sorting Visualizer

Installation

  1. Clone the repository git clone https://github.com/lochuung/Sorting-Visualizer.git
  2. Open the project in any Java IDE (Eclipse, IntelliJ IDEA, NetBeans, etc.)
  3. Run the project

About

This is a sorting visualizer implemented with Java Swing, allowing you to track the sorting process step by step.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages