Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vsvietkov/sortings

My realization of sorting algorithms on different languages
https://github.com/vsvietkov/sortings

Last synced: about 2 months ago
JSON representation

My realization of sorting algorithms on different languages

Awesome Lists containing this project

README

        

# Set up

Run the following commands:
1. `make docker-build`
2. `make autoload`

# Usage

`make run LANG=$lang ALG=$algorithm`

$lang = ['go', 'php']

$algorithm = ['BubbleSort', 'InsertionSort', 'SelectionSort', 'MergeSort', 'QuickSort']