Skip to content

Min Cost Climbing Stairs #408

@satyam878

Description

@satyam878

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 PointsOnlineQuestion belongs to online platforms

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions