Skip to content

Commit

Permalink
Readme Updates
Browse files Browse the repository at this point in the history
typo errors corrected
  • Loading branch information
IAmVoid13 committed Nov 16, 2014
1 parent 3454679 commit 4879fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +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.*
**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 4879fab

Please sign in to comment.