Skip to content

Commit 87bcd7a

Browse files
committed
49. group anagramscopy for markdowncopy for markdown
1 parent 349df81 commit 87bcd7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

markdown/49. group anagramscopy for markdowncopy for markdown.md renamed to markdown/49. group anagrams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ output:
1414
["ate","eat","tea"],
1515
["nat","tan"],
1616
["bat"]
17-
]```
17+
]
18+
```
1819

1920
**note:**
2021

2122
* all inputs will be in lowercase.
2223
* the order of your output does not matter.
2324

24-
2525
#### solution
2626

2727
language: **java**

src/main/java/leetcode/_49_/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### [49\. group anagramscopy for markdowncopy for markdown](https://leetcode.com/problems/group-anagrams/)
1+
### [49\. group anagrams](https://leetcode.com/problems/group-anagrams/)
22

33
difficulty: **medium**
44

0 commit comments

Comments
 (0)