We can divide them into O(2logn) subproblems but it doesn't mean that dividing them in these subproblems will take O(2logn) time. If we process all n^2 elements it can never take less than O(n^2) time.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/algogeeks -~----------~----~----~----~------~----~------~--~---
