Math
Learn mathematical concepts and problem-solving strategies
Study Guides (3)
Binary Exponentiation¶ Binary exponentiation (also known as exponentiation by squaring) is a trick which allows to calculate $a^n$ , where $n$ ...
Euclidean algorithm for computing the greatest common divisor¶ Given two non-negative integers $a$ and $b$ , we have to find their GCD (greate...