Skip to content

ThomasAKaestner/sortAPI

Repository files navigation

Sort API

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.

How to call the API

  • Post Request
  • /sort/"your sort algo comes in here"

Example Request

Bubble Sort

  • api: /sort/bubble

Quick Sort

  • api /sort/quick

Merge Sort

  • api /sort/merge

Bogo Sort ;)

  • api /sort/bogo

About

Sort API PHP/Lumen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages