Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/p-sun/Animated-Sorting-Algorithms

Swift 5 playgrounds to view and manipulate sorting algorithms.
https://github.com/p-sun/Animated-Sorting-Algorithms

Last synced: 2 months ago
JSON representation

Swift 5 playgrounds to view and manipulate sorting algorithms.

Lists

README

        

# Animated-Sorting-Algorithms
Swift playgrounds to view and manipulate sorting algorithms.

## Bubble Sort

![Bubble Sort][bubblegif]

## Merge Sort

![Merge Sort][mergegif]

## Quick Sort

![Quick Sort][quickgif]

[mergegif]: https://github.com/p-sun/Animated-Sorting-Algorithms/blob/master/GIFs/MergeSort.gif "Merge Sort"
[bubblegif]: https://github.com/p-sun/Animated-Sorting-Algorithms/blob/master/GIFs/BubbleSort.gif "Bubble Sort"
[quickgif]: https://github.com/p-sun/Animated-Sorting-Algorithms/blob/master/GIFs/QuickSort.gif "Quick Sort"