2^n is exponential, it grows way faster than n^2 which is polynomial. So asymptotically, limit n^2/2^n tends to zero so n^2 loses its contribution as n grows.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
