procedure bubbleSort(A : list of sortable items) n = length(A) repeat ...

procedure bubbleSort(A : list of sortable items) n = length(A) repeat ...

More to explore

Based on this image's title: “procedure bubbleSort(A : list of sortable items) n = length(A) repeat ...