Skip to content

Commit

Permalink
Update Frogs_and_jumps.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 26, 2024
1 parent e96b2d4 commit 03fded8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Daily/Frogs_and_jumps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ a frog having strength 2 will visit the leaves 2, 4, 6, ... etc. while crossing
Given the strength of each frog and the number of leaves, your task is to find the number of leaves that not be visited by any
of the frogs when all frogs have reached the other end of the pond.
Input:
N = 3
leaves = 4
Expand Down

0 comments on commit 03fded8

Please sign in to comment.