Skip to content

Commit 3454679

Browse files
committed
adding the fast expo.
1 parent 5492b82 commit 3454679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Numbers
6969

7070
**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.*
7171

72+
**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.*
7273

7374
Classic Algorithms
7475
-----------------

0 commit comments

Comments
 (0)