mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 04:53:30 +08:00
Update math/power_of_two.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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){
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user