Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vsvietkov/sortings
- Owner: vsvietkov
- Created: 2023-07-08T08:53:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-18T18:00:01.000Z (about 1 year ago)
- Last Synced: 2023-12-19T18:58:02.450Z (about 1 year ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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']