Results for "Shortest"

Top-level pages

  • Bioinformatics Algorithms

    ...ical subproblem and uses the solution of this subproblem to solve the bigger problem. Dynamic programming The shortest path in a weighted graph can be found by using the shortest path to the goal from all adj...

    3936 days ago

  • PerlOneLiner for Bioinformatician

    ...-ne 'print if grep { $_ == $. } 17..30' # Print the longest lineperl -ne '$l = $_ if length($_) > length($l); END { print $l }' # Print the shortest lineperl -ne '$s = $_ if $. =...

    2292 days ago