From 80da46c3c0e2e4622affbd7d511ebd8b1ab5ba70 Mon Sep 17 00:00:00 2001 From: Rakshaa Viswanathan <46165429+rakshaa2000@users.noreply.github.com> Date: Sun, 6 Sep 2020 09:49:38 +0530 Subject: [PATCH] Formatting update 2 Co-authored-by: David Leal --- greedy_algorithms/jumpgame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greedy_algorithms/jumpgame.cpp b/greedy_algorithms/jumpgame.cpp index 9d9d8aec4..9dfc7fcdb 100644 --- a/greedy_algorithms/jumpgame.cpp +++ b/greedy_algorithms/jumpgame.cpp @@ -47,7 +47,7 @@ static void test(){ std::cout< num2={3,2,1,0,4}; assert(canJump(num2)==false); std::cout<<"Input: ";