Skip to content

Commit 5907471

Browse files
committed
Add 0242-valid-anagram to topics.
1 parent ee81091 commit 5907471

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
| Problem Name | Difficulty |
4747
| ------- | ------- |
4848
| [0125-valid-palindrome](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0125-valid-palindrome/) | Easy |
49+
| [0242-valid-anagram](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0242-valid-anagram/) | Easy |
4950
| [1071-greatest-common-divisor-of-strings](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/1071-greatest-common-divisor-of-strings/) | Easy |
5051
| [1768-merge-strings-alternately](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/1768-merge-strings-alternately/) | Easy |
5152
## Math
@@ -56,4 +57,12 @@
5657
| Problem Name | Difficulty |
5758
| ------- | ------- |
5859
| [1431-kids-with-the-greatest-number-of-candies](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/1431-kids-with-the-greatest-number-of-candies/) | Easy |
60+
## Hash Table
61+
| Problem Name | Difficulty |
62+
| ------- | ------- |
63+
| [0242-valid-anagram](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0242-valid-anagram/) | Easy |
64+
## Sorting
65+
| Problem Name | Difficulty |
66+
| ------- | ------- |
67+
| [0242-valid-anagram](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0242-valid-anagram/) | Easy |
5968
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)