plugins

Home

Plugins

GitHub

Blog

ds-selection-sort

version: 0.0.3 |  date: 04/26/2022 |  Selection sort. Raku implementation |  source code

# ds-selection-sort

Selection sort. Raku implementation

# Install

    s6 --install ds-selection-sort

# Usage

    s6 --plg-run ds-selection-sort

# Other languages:

    s6 --plg-run ds-selection-sort@language=python

# See also

https://www.geeksforgeeks.org/selection-sort/

# Author

Alexey Melezhik