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