14 Aug Parallel algorithm
The genome of an organism can be expresses as some number G of"base pairs" (see http://en.wikipedia.org/wiki/Base_pair). Typicalsizes of various genomes are given in (http://en.wikipedia.org/wiki/Genome).String matching can be used to find particular sequences in agenome. Several string matching algorithms are describedin (http://en.wikipedia.org/wiki/String_matching)Consider a program to find...