Bubble Sort

Sort an array using the bubble sort algorithm by repeatedly swapping adjacent elements.

Code

Algorithms
echo "$arr" | jq 'sort'

Parameters

Array to sort (JSON)

Server

More Bash Snippets