Help for this page

Select Code to Download


  1. or download this
    node1 node2 weight status
    23    34     -897   1
    24    46     -10    0
    
  2. or download this
    use BerkeleyDB;
    use MLDBM qw(BerkeleyDB::Hash Storable);
    ...
    push @{$seqRelation[$seq2]}, join(',', $seq1, $w, $s);
    }
    ......