Skip to content

Commit

Permalink
mark typo in discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
arq5x committed Oct 19, 2012
1 parent 84e2812 commit 317df1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bioinformatics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1078,8 +1078,8 @@ \section{Conclusion}
We have developed a novel algorithm for interval intersection that
is uniquely suited to scalable computing architectures such as GPUs.
Our algorithm takes a new approach to counting intersections:
unlike existing methods that must enumerate intersection in order to
derive a count, BITS uses two binary searches to directly infer the
unlike existing methods that must enumerate \textcolor{red}{intersections}
in order to derive a count, BITS uses two binary searches to directly infer the
count by excluding intervals that \emph{cannot} intersect one another.

We have demonstrated that a sequential implementation of BITS outperforms
Expand Down

0 comments on commit 317df1a

Please sign in to comment.