From c296115038eaa60f30b36121b4be4f86243f2c25 Mon Sep 17 00:00:00 2001 From: aadil42 <77232799+aadil42@users.noreply.github.com> Date: Tue, 15 Aug 2023 18:12:28 +0530 Subject: [PATCH] Update README.md Added link to the climbing stairs problem. --- .../09. Dynamic Programming/002. Climbing Stairs/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/02. Algorithms/09. Dynamic Programming/002. Climbing Stairs/README.md b/02. Algorithms/09. Dynamic Programming/002. Climbing Stairs/README.md index db86cef5..b731348e 100644 --- a/02. Algorithms/09. Dynamic Programming/002. Climbing Stairs/README.md +++ b/02. Algorithms/09. Dynamic Programming/002. Climbing Stairs/README.md @@ -1,3 +1,6 @@ ## Set of Leetcode Problems based on basic Dynamic Programming Approach -# Problem Link - https://leetcode.com/study-plan/dynamic-programming/?progress \ No newline at end of file +# Problem Link - https://leetcode.com/study-plan/dynamic-programming/?progress + +## Climbing stairs problem link. +# https://leetcode.com/problems/climbing-stairs/