Skip to content

Commit 8172f2f

Browse files
committed
fix: update README
1 parent d8b8293 commit 8172f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ https://neetcode.io/roadmap
2323
| 20 | [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/) | Easy | [TypeScript](./TypeScript/20.valid-parentheses.ts) | Stack |
2424
| 155 | [Min Stack](https://leetcode.com/problems/min-stack/) | Medium | [TypeScript](./TypeScript/155.min-stack.ts) | Stack |
2525
| 150 | [Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation/) | Medium | [TypeScript](./TypeScript/150.evaluate-reverse-polish-notation.ts) | Stack |
26-
| 22 | [Generate Parentheses](https://leetcode.com/problems/generate-parentheses/) | Medium | [TypeScript](./TypeScript/150.evaluate-reverse-polish-notation.ts) | Stack |
26+
| 22 | [Generate Parentheses](https://leetcode.com/problems/generate-parentheses/) | Medium | [TypeScript](./TypeScript/22.generate-parentheses.ts) | Stack |

0 commit comments

Comments
 (0)