Navigation

Tech Articles

Explore deep-dives, coding tutorials, and tech insights from the community.

l loai171 4 weeks ago
0 Comments
math

lap lap lap

K Kamikazee112 4 weeks ago
2 Comments
Euclidean algorithm for computing the greatest common divisor

Euclidean algorithm for computing the greatest common divisor¶ Given two non-negative integers   $a$  and   $b$ , we have to find their GCD (greatest common...

Math Number Theory
Read Article
K Kamikazee112 4 weeks ago
1 Comment
Binary Exponentiation

Binary Exponentiation¶ Binary exponentiation (also known as exponentiation by squaring) is a trick which allows to calculate   $a^n$ , where   $n$  is a non-...

Math Bitmasks
Read Article