# 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