Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Combinatorics qw( combinations );
    use Set::CrossProduct;
    ...
            }
        }
    }
    
  2. or download this
    $_ = "[$_]" for @neighbour[ @$change_idx ];