Skip to content

Commit b9b7e91

Browse files
committed
Fix title.
1 parent 028954d commit b9b7e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/medium/022_generate_parentheses.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 4. Median of Two Sorted Arrays
1+
# 22. Generate Parentheses
22

33
## Recursive Solution
44
- Run-time: Less than O(2^2N)

0 commit comments

Comments
 (0)