Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        elsif ( $tree->{VALUE} < $value ) { insert( $tree->{RIGHT}, $value
    + ) };
    }
    
  2. or download this
    $_[0] = $tree;