Skip to content

Commit 9bde6b0

Browse files
committed
Update README - Topic Tags
1 parent ad631c2 commit 9bde6b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
276276
| [2498-smallest-subarrays-with-maximum-bitwise-or](https://github.com/nikhil-goel11/leetcode/tree/master/2498-smallest-subarrays-with-maximum-bitwise-or) |
277277
| [3437-maximum-total-damage-with-spell-casting](https://github.com/nikhil-goel11/leetcode/tree/master/3437-maximum-total-damage-with-spell-casting) |
278278
| [3619-adjacent-increasing-subarrays-detection-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3619-adjacent-increasing-subarrays-detection-ii) |
279+
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
279280
| [3791-fruits-into-baskets-iii](https://github.com/nikhil-goel11/leetcode/tree/master/3791-fruits-into-baskets-iii) |
280281
| [3827-implement-router](https://github.com/nikhil-goel11/leetcode/tree/master/3827-implement-router) |
281282
| [3902-maximize-spanning-tree-stability-with-upgrades](https://github.com/nikhil-goel11/leetcode/tree/master/3902-maximize-spanning-tree-stability-with-upgrades) |
@@ -417,6 +418,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
417418
| [3612-adjacent-increasing-subarrays-detection-i](https://github.com/nikhil-goel11/leetcode/tree/master/3612-adjacent-increasing-subarrays-detection-i) |
418419
| [3619-adjacent-increasing-subarrays-detection-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3619-adjacent-increasing-subarrays-detection-ii) |
419420
| [3620-maximum-number-of-distinct-elements-after-operations](https://github.com/nikhil-goel11/leetcode/tree/master/3620-maximum-number-of-distinct-elements-after-operations) |
421+
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
420422
| [3648-find-the-maximum-number-of-fruits-collected](https://github.com/nikhil-goel11/leetcode/tree/master/3648-find-the-maximum-number-of-fruits-collected) |
421423
| [3733-length-of-longest-v-shaped-diagonal-segment](https://github.com/nikhil-goel11/leetcode/tree/master/3733-length-of-longest-v-shaped-diagonal-segment) |
422424
| [3744-minimum-operations-to-make-array-elements-zero](https://github.com/nikhil-goel11/leetcode/tree/master/3744-minimum-operations-to-make-array-elements-zero) |
@@ -529,6 +531,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
529531
| [3278-find-the-number-of-ways-to-place-people-i](https://github.com/nikhil-goel11/leetcode/tree/master/3278-find-the-number-of-ways-to-place-people-i) |
530532
| [3437-maximum-total-damage-with-spell-casting](https://github.com/nikhil-goel11/leetcode/tree/master/3437-maximum-total-damage-with-spell-casting) |
531533
| [3620-maximum-number-of-distinct-elements-after-operations](https://github.com/nikhil-goel11/leetcode/tree/master/3620-maximum-number-of-distinct-elements-after-operations) |
534+
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
532535
| [3748-sort-matrix-by-diagonals](https://github.com/nikhil-goel11/leetcode/tree/master/3748-sort-matrix-by-diagonals) |
533536
## Heap (Priority Queue)
534537
| |
@@ -774,6 +777,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
774777
| [0940-fruit-into-baskets](https://github.com/nikhil-goel11/leetcode/tree/master/0940-fruit-into-baskets) |
775778
| [1586-longest-subarray-of-1s-after-deleting-one-element](https://github.com/nikhil-goel11/leetcode/tree/master/1586-longest-subarray-of-1s-after-deleting-one-element) |
776779
| [2498-smallest-subarrays-with-maximum-bitwise-or](https://github.com/nikhil-goel11/leetcode/tree/master/2498-smallest-subarrays-with-maximum-bitwise-or) |
780+
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
777781
## Two Pointers
778782
| |
779783
| ------- |
@@ -863,6 +867,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
863867
| [2529-range-product-queries-of-powers](https://github.com/nikhil-goel11/leetcode/tree/master/2529-range-product-queries-of-powers) |
864868
| [3383-taking-maximum-energy-from-the-mystic-dungeon](https://github.com/nikhil-goel11/leetcode/tree/master/3383-taking-maximum-energy-from-the-mystic-dungeon) |
865869
| [3618-find-the-original-typed-string-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3618-find-the-original-typed-string-ii) |
870+
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
866871
| [3789-maximize-subarrays-after-removing-one-conflicting-pair](https://github.com/nikhil-goel11/leetcode/tree/master/3789-maximize-subarrays-after-removing-one-conflicting-pair) |
867872
## Simulation
868873
| |

0 commit comments

Comments
 (0)