Skip to content

Instantly share code, notes, and snippets.

@robinwalterfit
robinwalterfit / Quicksort.swift
Created October 8, 2017 01:15
Quicksort used in Swift-Events
///
/// Quicksort.swift
///
/// An example quicksort implementation in Swift
///
/// - Author: Robin Walter
/// - License: MIT License
/// - Version: 1.0.0
/// - SeeAlso: https://github.com/robinwalterfit/Swift-Events/tree/master/Sources/EventManager.swift