Update math/power_of_two.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija
2020-10-19 01:15:06 +05:30
committed by GitHub
parent e94b4b683f
commit 80e741e7d6

View File

@@ -21,7 +21,9 @@
#include <iostream>
/**
* Function to test above algorithm
* @brief Function to test above algorithm
* @param n description
* @returns void
*/
void power_of_two(int n){
/**