X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fgenealgorithms.cpp;h=e96c9be63e9d378187a0d58b9413905bf6517e20;hp=d85cd8d16caba9f60a2cefb104be7c6962729ea1;hb=bd6d14a70222d80caf00cee73b3014d392dbc69f;hpb=0ab5dc19d2a874aeda2b277f8f322db0cccc1d03 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;