- Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
Level 110 Points10 PointsOnlineQuestion belongs to online platformsQuestion belongs to online platforms
Description
Enter your question -
You are given an integer array cost where cost[i] is the cost of ith step on a staircase. Once you pay the cost, you can either climb one or two steps.
You can either start from the step with index 0, or the step with index 1.
Return the minimum cost to reach the top of the floor.
Enter link to the question(if question belongs to any online platform) -
https://leetcode.com/problems/min-cost-climbing-stairs/
Tags for the question(eg - Array, Basic, Stack, etc.) -
Array, Dynamic Programming
Metadata
Metadata
Assignees
Labels
Level 110 Points10 PointsOnlineQuestion belongs to online platformsQuestion belongs to online platforms