Hi,

so shaker sort is supposed to be bi-directional bubble sort but I tried with an example, how is is it any better than regular, terrible bubble sort?

e.g.
n = 12
I put braces around the...