From 1a6aba6fa31f86c52315694eaf19122e2e31adac Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:14:46 +0530 Subject: [PATCH] Update Frogs_and_jumps.cpp --- Daily/Frogs_and_jumps.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/Frogs_and_jumps.cpp b/Daily/Frogs_and_jumps.cpp index 159caf0..49571be 100644 --- a/Daily/Frogs_and_jumps.cpp +++ b/Daily/Frogs_and_jumps.cpp @@ -7,7 +7,6 @@ Given the strength of each frog and the number of leaves, your task is to find t of the frogs when all frogs have reached the other end of the pond. - Input: N = 3 leaves = 4