Skip to content

Commit

Permalink
adding the fast expo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lower-case committed Nov 16, 2014
1 parent 5492b82 commit 3454679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Numbers

**Limit Calculator** - Ask the user to enter f(x) and the limit value, then return the value of the limit statement *Optional: Make the calculator capable of supporting infinite limits.*

**Fast Exponentiation** - Ask the user to enter 2 integers a and b and output a^b (i.e. pow(a,b)) in O(lg n) time complexity.*

Classic Algorithms
-----------------
Expand Down

0 comments on commit 3454679

Please sign in to comment.