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.
- Host: GitHub
- URL: https://github.com/p-sun/Animated-Sorting-Algorithms
- Owner: p-sun
- Created: 2017-09-18T03:49:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T23:25:53.000Z (over 1 year ago)
- Last Synced: 2024-08-05T00:05:06.268Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 941 KB
- Stars: 36
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - Animated Sorting Algorithms - Swift 4 playgrounds to view and manipulate sorting algorithms.🍁 (Theoretical Computer Science / Algorithms and Data Structures)
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"