Research Article

Efficient Serial and Parallel Algorithms for Selection of Unique Oligos in EST Databases

Algorithm 4

Findqmers ( ).
Require: EST database , integer
Ensure: A hashtable of all positions.
(1) a hashtable of all positions in
(2) for   to   do
(3)  for   to length   do
(4)   map( )
(5)   [ ] Append(hashtable[ ], )
(6)  end for
(7) end for