Skip to content

Commit b8c700f

Browse files
vatsalsharma376tcNickolas
authored andcommitted
Add practice problems for binary exponentiation (#34)
1 parent 7250bc2 commit b8c700f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/algebra/binary-exp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,7 @@ $a^{b} = (a^{b/2})^2 \quad$ for even `b`,
6767
$a^{b} = (a^{(b-1)/2})^2 \cdot a \quad$ for odd `b`,
6868
$a^{1} = a$.
6969

70+
## Practice Problems
7071

72+
* [Uva 1230 - MODEX](http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=3671)
73+
* [Uva 374 - Big Mod](http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=310)

0 commit comments

Comments
 (0)