Skip to content

Commit 3dcc74a

Browse files
committed
Update README - Topic Tags
source:54ea057d470a002339bb2f66f64057c2fcbfb0d2
1 parent 16a52c1 commit 3dcc74a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

공예영/3주차/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
77
| [0001-two-sum](https://github.com/yeyounging/Algorithm/tree/master/0001-two-sum) |
88
| [0049-group-anagrams](https://github.com/yeyounging/Algorithm/tree/master/0049-group-anagrams) |
99
| [0121-best-time-to-buy-and-sell-stock](https://github.com/yeyounging/Algorithm/tree/master/0121-best-time-to-buy-and-sell-stock) |
10+
| [0347-top-k-frequent-elements](https://github.com/yeyounging/Algorithm/tree/master/0347-top-k-frequent-elements) |
1011
| [0704-binary-search](https://github.com/yeyounging/Algorithm/tree/master/0704-binary-search) |
1112
## Hash Table
1213
| |
@@ -15,6 +16,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
1516
| [0013-roman-to-integer](https://github.com/yeyounging/Algorithm/tree/master/0013-roman-to-integer) |
1617
| [0049-group-anagrams](https://github.com/yeyounging/Algorithm/tree/master/0049-group-anagrams) |
1718
| [0242-valid-anagram](https://github.com/yeyounging/Algorithm/tree/master/0242-valid-anagram) |
19+
| [0347-top-k-frequent-elements](https://github.com/yeyounging/Algorithm/tree/master/0347-top-k-frequent-elements) |
1820
## String
1921
| |
2022
| ------- |
@@ -28,6 +30,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
2830
| ------- |
2931
| [0049-group-anagrams](https://github.com/yeyounging/Algorithm/tree/master/0049-group-anagrams) |
3032
| [0242-valid-anagram](https://github.com/yeyounging/Algorithm/tree/master/0242-valid-anagram) |
33+
| [0347-top-k-frequent-elements](https://github.com/yeyounging/Algorithm/tree/master/0347-top-k-frequent-elements) |
3134
## Two Pointers
3235
| |
3336
| ------- |
@@ -76,4 +79,24 @@ A collection of LeetCode questions to ace the coding interview! - Created using
7679
| |
7780
| ------- |
7881
| [0013-roman-to-integer](https://github.com/yeyounging/Algorithm/tree/master/0013-roman-to-integer) |
82+
## Divide and Conquer
83+
| |
84+
| ------- |
85+
| [0347-top-k-frequent-elements](https://github.com/yeyounging/Algorithm/tree/master/0347-top-k-frequent-elements) |
86+
## Heap (Priority Queue)
87+
| |
88+
| ------- |
89+
| [0347-top-k-frequent-elements](https://github.com/yeyounging/Algorithm/tree/master/0347-top-k-frequent-elements) |
90+
## Bucket Sort
91+
| |
92+
| ------- |
93+
| [0347-top-k-frequent-elements](https://github.com/yeyounging/Algorithm/tree/master/0347-top-k-frequent-elements) |
94+
## Counting
95+
| |
96+
| ------- |
97+
| [0347-top-k-frequent-elements](https://github.com/yeyounging/Algorithm/tree/master/0347-top-k-frequent-elements) |
98+
## Quickselect
99+
| |
100+
| ------- |
101+
| [0347-top-k-frequent-elements](https://github.com/yeyounging/Algorithm/tree/master/0347-top-k-frequent-elements) |
79102
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)