Help for this page

Select Code to Download


  1. or download this
        @o = qw [ 14 6 1 22 4 2 7 6 ];
    
        @b = f(15,@o);    # "Container size" = 15
    
  2. or download this
        @b = ( [14,1], [ 7, 6, 2], [4, 6], 22);