lochuung / Sorting-Visualizer

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

Repository from Github https://github.comlochuung/Sorting-VisualizerRepository from Github https://github.comlochuung/Sorting-Visualizer

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.


Languages

Language:Java 100.0%