plugins

Home

Examples

Plugins

Components

News

ds-insertion-sort

version: 0.0.3 |  date: 04/27/2022 |  Insertion sort. Raku and Python implementation |  source code

# ds-insertion-sort

Insertion sort. Raku and Python implementation

# Install

    s6 --install ds-insertion-sort

# Usage

Raku:

    s6 --plg-run ds-insertion-sort

Python:

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

# See also

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


# Author

Alexey Melezhik