pauljohanneskraft / Sorting

Collection of sorting algorithms

Home Page:http://pauljohanneskraft.github.io/Sorting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Build Status

In the repository Sorting you'll find multiple sorting algorithms, such as QuickSort, InsertionSort, BubbleSort, etc. Hopefully in the future they will be implemented in as many languages as possible, e.g. in Swift, Java, C#, Python, C++, F#, ...

See also

Wiki

If you want to know more about a specific algorithm or want to have a cleaner, more general implementation, please also visit the wiki.

Notes

Because Swift is a pretty rapidly evolving programming language, some implementations might not be correct anymore. They were written with Swift 2 and will constantly be updated, but depending on the changes, it could take some time.

About

Collection of sorting algorithms

http://pauljohanneskraft.github.io/Sorting/


Languages

Language:Swift 45.3%Language:Java 25.3%Language:C++ 18.1%Language:Objective-C 11.2%