Metadata-Version: 2.0
Name: sort-algorithms
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/DahlitzFlorian/SortingAlgorithms
Author: Florian Dahlitz
Author-email: f2dahlitz@freenet.de
License: MIT
Keywords: sort algorithms sorting lists tuples
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4

# Sorting Algorithms #
## Description ##
This project includes a various number or sorting algorithms
written in Python.

version 1.0.0

## Algorithms ## 
* Bubble-Sort (slow)
* Ripple-Sort (slow)
* Min-Sort (better than previous ones)
* Quick-Sort (very fast and efficient)

