Skip to content

Commit 4f8f6ba

Browse files
committed
feat: add 049
1 parent 8bd6e4c commit 4f8f6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

note/049/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Return:
2020
**Tags:** Hash Table, String
2121

2222

23-
## 思路0
23+
## 思路
2424

2525
题意是给你一组字符串,让你把其中同位异构字符串分组,同位异构字符串就是组成字符串的字符都相同,但是字符放的位置可以不同。既然要分组,那么关键就是如何确定他们是同位异构字符串呢,想到的自然就是对其排序,排序之后他们就都是同一个字符串了,就可以归为一类了,代码如下所示。
2626

0 commit comments

Comments
 (0)