Skip to content

Luk30lende/Snail-In-The-Well

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Snail-In-The-Well

The snail climbs up 7 meters each day and slips back 2 meters each night. How many days will it take the snail to get out of a well 60 meters in depth?

Sample Input:

31

Sample Output:

6

Explanation: Let's break down the distance the snail covers each day:
Day 1: 7-2=5
Day 2: 5+7-2=10
Day 3: 10+7-2=15
Day 4: 15+7-2=20
Day 5: 20+7-2=25
Day 6: 25+7=32
So, on Day 6 the snail will reach 32 meters and get out of the well at day, without slipping back that night.

About

Sololearn snail in the well Javascript code challenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published