Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMaths package ,PowRecursion.java ,Its performance can be improved using divide and Conquer approach #1377
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Performance improvement using divide and Conquer approach(gives O(log(n)) complexity as compared to O(n) complexity)
in PowRecursion.java of Math package.
I have included this approach in pull Request