Help for this page

Select Code to Download


  1. or download this
    alias $heap->Push( $dna );
    
  2. or download this
    my $heapPush= aliasize $heap->can("Push");
    $heapPush->( $heap, $dna );
    
  3. or download this
    my @x;
    
    ...
            $x[$j]= $t;
        };
    }
    
  4. or download this
    swap( 0, 1 );
    exchange( 0, 1 );
    swap( 0, 0 );