Skip to content

Commit 7483de2

Browse files
authoredApr 26, 2022
correct memoization spelling
1 parent 3cb6f77 commit 7483de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dynamic Programming/02) Climbing Stairs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Solution {
1414
> `Time Complexity` : **O(2<sup>N</sup>)**
1515
> `Space Complexity` : **O(N)**
1616
---
17-
### Memorization
17+
### Memoization
1818
```java
1919
class Solution {
2020
public int climbStairs(int n) {

0 commit comments

Comments
 (0)