Rafiul Hasan
Rafiul Hasan

Rafiul Hasan

Follow
Follow
homeBeatCodenewsletter
Tag

Cpp Tutorial

#cpp-tutorial

More content

Read more stories on Hashnode


Articles with this tag

Binary Exponentiation: Explanation for dummies like me

Jun 24, 20232 min read32 views

The Binary Exponentiation is a trick to calculate \(a^n\) in O(logn) instead of O(n) Let's see \(a^n\),\(a^n \) equals the value of 1 multiplied by a,...

Binary Exponentiation: Explanation for dummies like me