Metadata-Version: 2.1
Name: shitsort
Version: 1.0.3
Summary: Really really bad sorting algorithms
Home-page: https://github.com/sh6heer/shitty-sorting-algorithms
Author: sh6heer
Author-email: 
License: GNU GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# **How to use**
## **functions:**

### `bogosort(array)`

sorts the passed in `array` using the bogosort algorithm

[pseudocode](https://en.wikipedia.org/wiki/Bogosort#Description_of_the_algorithm)

### `multibogosort(array, numthreads)`

sorts the passed in array using the bogosort algorithm, but on multiple processes simultaneously. The number of processes can be specified with `numthreads`

<sub>**contributors**: sh6heer, jas.dzied</sub>

<sub>Licensed under GPL GNUv3</sub>


