filmov
tv
Minimum Cost For Tickets - Leetcode 983 - Python

Показать описание
Leetcode Daily Challenge - March 28, 2023
Leetcode 983. Minimum Cost For Tickets - Python Solution
Problem Statement
You have planned some train travelling one year in advance. The days of the year in which you will travel are given as an integer array days. Each day is an integer from 1 to 365.
Train tickets are sold in three different ways:
* a 1-day pass is sold for costs[0] dollars,
* a 7-day pass is sold for costs[1] dollars, and
* a 30-day pass is sold for costs[2] dollars.
The passes allow that many days of consecutive travel.
For example, if we get a 7-day pass on day 2, then we can travel for 7 days: 2, 3, 4, 5, 6, 7, and 8.
Return the minimum number of dollars you need to travel every day in the given list of days.
===================================================
Key Moments
0:00 Introduction to Minimum Cost for Tickets
1:36 Explanation of Solution
2:30 Code for Minimum Cost for Tickets
7:50 Results for Minimum Cost for Tickets
===================================================
Support the channel by subscribing and hitting the like button.
#leetcode #leetcodesolution #leetcodedailychallenge #codingpractice #learnpython #python #googleinterview #amazoninterviewpreparation
Leetcode 983. Minimum Cost For Tickets - Python Solution
Problem Statement
You have planned some train travelling one year in advance. The days of the year in which you will travel are given as an integer array days. Each day is an integer from 1 to 365.
Train tickets are sold in three different ways:
* a 1-day pass is sold for costs[0] dollars,
* a 7-day pass is sold for costs[1] dollars, and
* a 30-day pass is sold for costs[2] dollars.
The passes allow that many days of consecutive travel.
For example, if we get a 7-day pass on day 2, then we can travel for 7 days: 2, 3, 4, 5, 6, 7, and 8.
Return the minimum number of dollars you need to travel every day in the given list of days.
===================================================
Key Moments
0:00 Introduction to Minimum Cost for Tickets
1:36 Explanation of Solution
2:30 Code for Minimum Cost for Tickets
7:50 Results for Minimum Cost for Tickets
===================================================
Support the channel by subscribing and hitting the like button.
#leetcode #leetcodesolution #leetcodedailychallenge #codingpractice #learnpython #python #googleinterview #amazoninterviewpreparation