Help for this page
Select Code to Download
Select
or
download this
@o = qw [ 14 6 1 22 4 2 7 6 ]; @b = f(15,@o); # "Container size" = 15
Select
or
download this
@b = ( [14,1], [ 7, 6, 2], [4, 6], 22);