From bd6d14a70222d80caf00cee73b3014d392dbc69f Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Wed, 20 Jun 2007 07:32:36 +0000 Subject: [PATCH] Forgot to update the comment --- src/genealgorithms.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/genealgorithms.cpp b/src/genealgorithms.cpp index d85cd8d..e96c9be 100644 --- a/src/genealgorithms.cpp +++ b/src/genealgorithms.cpp @@ -112,8 +112,7 @@ std::vector findIntervals(const GeneOrder& go){ } /** - * TODO: Think of a better than O(n^2) implementation. - * Possibly move to cache result + * */ std::vector findIntervalsAtPoints(const vector& intervals){ size_t max = intervals.size()+1; -- 2.39.2