We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb6f77 commit 7483de2Copy full SHA for 7483de2
Dynamic Programming/02) Climbing Stairs.md
@@ -14,7 +14,7 @@ class Solution {
14
> `Time Complexity` : **O(2<sup>N</sup>)**
15
> `Space Complexity` : **O(N)**
16
---
17
-### Memorization
+### Memoization
18
```java
19
class Solution {
20
public int climbStairs(int n) {
0 commit comments