Replace nth() calls in inner loops with traversal of the list via
lnext, to eliminate O(N^2) behavior with lots of indexquals.
Showing
Please register or sign in to comment
lnext, to eliminate O(N^2) behavior with lots of indexquals.