This project is a Unity-based visualization of the Bubble Sort and Merge Sort algorithms. The purpose of this project is to provide a visual representation of how these algorithms work by animating the sorting process and displaying it on the screen.
To use this project, you will need to have Unity installed on your computer. Once you have downloaded the project files from the GitHub repository, simply open the project in Unity and run it in the editor or build it as a standalone application.
This project includes the following features:
- Visualization of Bubble Sort and Merge Sort algorithms
- Customizable array size and speed of sorting animation
- Pause, resume, and restart sorting process
- Visual representation of the current state of the array being sorted