Help for this page

Select Code to Download


  1. or download this
    package Algorithm::Treap;
    @ISA=(Treap);
    ...
    1;
    __DATA__
    
  2. or download this
    use constant Size            => 10;
    use Test::More tests         => ( ( ( Size + 1 ) * 5 ) );
    ...
    $test->Delete('D');
    print $test->dump_tree;
    #print Data::BFDump::Dumper(\%INC);