This project is just a small api which takes as a request an array/a tupel.
It can sort the array with 4 different algorithms.
The Api will return an json including the sorted array.
- Post Request
- /sort/"your sort algo comes in here"
- api: /sort/bubble
- api /sort/quick
- api /sort/merge
- api /sort/bogo