plugins

Home

Plugins

GitHub

Blog

ds-insertion-sort-linked-list

version: 0.0.3 |  date: 05/06/2022 |  Insertion sort with a single linked list. Raku and Python implementation |  source code

# ds-insertion-sort-linked-list

Insertion sort with singly linked list. Raku and Python implementation

# Install

    s6 --install ds-insertion-sort-linked-list

# Usage

Raku:

    s6 --plg-run ds-insertion-sort-linked-list

Python:

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

# See also

https://www.geeksforgeeks.org/insertion-sort-for-singly-linked-list/

# Author

Alexey Melezhik