SortingAlgorithms is a macOS application that provides a visual demonstration of various sorting algorithms.
- Selection
- Insertion
- Bubble
- Shell
- Quick
- Merge
- MVVM
- Combine
- Metal
- Clone the repository:
git clone https://github.com/ighiba/sorting-algorithms.git
-
Open the .xcodeproj file in Xcode.
-
Build and run the app
- macOS 12 or later.
- Xcode 13 or later.
- Select an algorithm to visualize its sorting process on the screen.
- You can adjust the sorting array size and delay time in milliseconds to control the sorting visualization experience.
- Observe the step-by-step sorting animation and enjoy learning about various sorting algorithms.
Contributions are welcome! If you find any issues or want to enhance the app with additional features or improvements, feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
SortingAlgorithms is a learning and educational tool. While efforts have been made to ensure accuracy, the primary goal is to visualize sorting algorithms, not to provide production-ready code.