Binary Exponentiation

Errichto Algorithms
Errichto Algorithms
97.7 هزار بار بازدید - 4 سال پیش - Binary exponentiation (or exponentiation by
Binary exponentiation (or exponentiation by squaring) is an algorithm that quickly computes a big power a^b in O(log(b)). This tutorial for beginners includes the intuition, examples, and two C++ implementations: recursive and iterative. Check out https://cp-algorithms.com/ for articles on more advanced algorithms.

Subscribe for more educational videos on algorithms, coding interviews and competitive programming.

- Github repository: https://github.com/Errichto/youtube
- Live streams on 2nd YT channel and on Twitch: errichto2 & Twitch: errichto
- FB and Twitter: Facebook: errichto & Twitter: errichto
- Frequently Asked Questions: https://github.com/Errichto/youtube/w...
4 سال پیش در تاریخ 1399/03/09 منتشر شده است.
97,720 بـار بازدید شده
... بیشتر