|
| 1 | +problem,tags |
| 2 | +zigzag-grid-traversal-with-skip,"['Array', 'Matrix', 'Simulation']" |
| 3 | +maximum-amount-of-money-robot-can-earn,"['Array', 'Dynamic Programming', 'Matrix']" |
| 4 | +minimize-the-maximum-edge-weight-of-graph,"['Binary Search', 'Depth-First Search', 'Breadth-First Search', 'Graph', 'Shortest Path']" |
| 5 | +count-non-decreasing-subarrays-after-k-operations,"['Array', 'Two Pointers', 'Stack', 'Segment Tree', 'Queue', 'Monotonic Stack', 'Monotonic Queue']" |
| 6 | +maximum-subarray-with-equal-products,"['Array', 'Math', 'Sliding Window', 'Enumeration', 'Number Theory']" |
| 7 | +find-mirror-score-of-a-string,"['Hash Table', 'String', 'Stack', 'Simulation']" |
| 8 | +maximum-coins-from-k-consecutive-bags,"['Array', 'Binary Search', 'Greedy', 'Sliding Window', 'Sorting', 'Prefix Sum']" |
| 9 | +maximum-score-of-non-overlapping-intervals,"['Array', 'Binary Search', 'Dynamic Programming', 'Sorting']" |
| 10 | +substring-matching-pattern,"['String', 'String Matching']" |
| 11 | +design-task-manager,"['Hash Table', 'Design', 'Heap (Priority Queue)', 'Ordered Set']" |
| 12 | +longest-subsequence-with-decreasing-adjacent-difference,"['Array', 'Dynamic Programming']" |
| 13 | +maximize-subarray-sum-after-removing-all-occurrences-of-one-element,"['Array', 'Dynamic Programming', 'Segment Tree']" |
| 14 | +minimum-operations-to-make-columns-strictly-increasing,"['Array', 'Greedy', 'Matrix']" |
| 15 | +find-the-lexicographically-largest-string-from-the-box-i,"['Two Pointers', 'String', 'Enumeration']" |
| 16 | +count-special-subsequences,"['Array', 'Hash Table', 'Math', 'Enumeration']" |
| 17 | +count-the-number-of-arrays-with-k-matching-adjacent-elements,"['Math', 'Combinatorics']" |
| 18 | +minimum-number-of-operations-to-make-elements-in-array-distinct,"['Array', 'Hash Table']" |
| 19 | +maximum-number-of-distinct-elements-after-operations,"['Array', 'Greedy', 'Sorting']" |
| 20 | +smallest-substring-with-identical-characters-i,"['Array', 'Binary Search', 'Enumeration']" |
| 21 | +smallest-substring-with-identical-characters-ii,"['String', 'Binary Search']" |
| 22 | +count-subarrays-of-length-three-with-a-condition,['Array'] |
| 23 | +count-paths-with-the-given-xor-value,"['Array', 'Dynamic Programming', 'Bit Manipulation', 'Matrix']" |
| 24 | +check-if-grid-can-be-cut-into-sections,"['Array', 'Sorting']" |
| 25 | +subsequences-with-a-unique-middle-mode-i,"['Array', 'Hash Table', 'Math', 'Combinatorics']" |
| 26 | +button-with-longest-push-time,['Array'] |
| 27 | +maximize-amount-after-two-days-of-conversions,"['Array', 'String', 'Depth-First Search', 'Breadth-First Search', 'Graph']" |
| 28 | +count-beautiful-splits-in-an-array,"['Array', 'Dynamic Programming']" |
| 29 | +minimum-operations-to-make-character-frequencies-equal,"['Hash Table', 'String', 'Dynamic Programming', 'Counting', 'Enumeration']" |
| 30 | +transformed-array,"['Array', 'Simulation']" |
| 31 | +maximum-area-rectangle-with-point-constraints-i,"['Array', 'Math', 'Binary Indexed Tree', 'Segment Tree', 'Geometry', 'Sorting', 'Enumeration']" |
| 32 | +maximum-subarray-sum-with-length-divisible-by-k,"['Array', 'Hash Table', 'Prefix Sum']" |
| 33 | +maximum-area-rectangle-with-point-constraints-ii,"['Array', 'Math', 'Binary Indexed Tree', 'Segment Tree', 'Geometry', 'Sorting']" |
| 34 | +minimum-operations-to-make-array-values-equal-to-k,"['Array', 'Hash Table']" |
| 35 | +minimum-time-to-break-locks-i,"['Array', 'Dynamic Programming', 'Backtracking', 'Bit Manipulation', 'Depth-First Search', 'Bitmask']" |
| 36 | +digit-operations-to-make-two-integers-equal,"['Math', 'Graph', 'Heap (Priority Queue)', 'Number Theory', 'Shortest Path']" |
| 37 | +count-connected-components-in-lcm-graph,"['Array', 'Hash Table', 'Math', 'Union Find', 'Number Theory']" |
| 38 | +smallest-number-with-all-set-bits,"['Math', 'Bit Manipulation']" |
| 39 | +identify-the-largest-outlier-in-an-array,"['Array', 'Hash Table', 'Counting', 'Enumeration']" |
| 40 | +maximize-the-number-of-target-nodes-after-connecting-trees-i,"['Tree', 'Depth-First Search', 'Breadth-First Search']" |
| 41 | +maximize-the-number-of-target-nodes-after-connecting-trees-ii,"['Tree', 'Depth-First Search', 'Breadth-First Search']" |
0 commit comments