mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-06 12:07:09 +08:00
* Add fast power Computes a^b in O(logN) time. * Change long long to int64_t * Update fast_power.cpp * Update fast_power.cpp * Add tests * Update sample tests * Update rand function * Remove extra-spaces
2.1 KiB
2.1 KiB