Skip to content

ighiba/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortingAlgorithms (macOS)

SortingAlgorithms is a macOS application that provides a visual demonstration of various sorting algorithms.

Implemented sorts

  • Selection
  • Insertion
  • Bubble
  • Shell
  • Quick
  • Merge

Used

  • MVVM
  • Combine
  • Metal

Preview

sorting_algorithms

Installation

  1. Clone the repository:
git clone https://github.com/ighiba/sorting-algorithms.git
  1. Open the .xcodeproj file in Xcode.

  2. Build and run the app

Requirements

  • macOS 12 or later.
  • Xcode 13 or later.

Usage

  • 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.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

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.

About

SortingAlgorithms (macOS)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published