diff --git a/greedy_algorithms/jumpgame.cpp b/greedy_algorithms/jumpgame.cpp index ee6bf2bfb..e74f74d29 100644 --- a/greedy_algorithms/jumpgame.cpp +++ b/greedy_algorithms/jumpgame.cpp @@ -37,6 +37,7 @@ bool canJump(std::vector nums) { /** * @brief Function to test above algorithm + * @returns void */ void test(){ //Test 1