plugins

Home

Plugins

GitHub

Blog

ds-bubble-sort

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

# ds-bubble-sort

Bubble sort. Raku and Python implementation

# Install

    s6 --install ds-bubble-sort

# Usage

Raku:

    s6 --plg-run ds-bubble-sort

Python:

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

# See also

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


# Author

Alexey Melezhik