On Aug 4, 4:20 pm, Nils Bruin <[email protected]> wrote: > O(len(L)*len(V)*log(len(V)))
sorry. That was a typo. Binary search means O(log(len(L))*len(V)*log(len(V))) -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
