/sortingvisualizer

Visualization app for sorting algorithms

Primary LanguageSwift

Sorting Visualizer

Understand how three simple sorting algorithms work with an app that allows you to visualize their functionalities

Algorithms

Here's a small preview of the three algorithms used.

Bubble Sort

Alt Text

Insertion Sort

Alt Text

Selection Sort

Alt Text

Authors

  • Samuel Mariña - Personal Project

Acknowledgments

This is a short project in which I faced two challenges: the first one was to learn the Swift language, and the second one to put in action my knowledge on sorting algorithms.