An open API service indexing awesome lists of open source software.

https://github.com/devendracollage/leetcode_2024

This repository Contains the solution of daily coding problems of the Leetcode Platform for the year 2024.
https://github.com/devendracollage/leetcode_2024

java

Last synced: 4 months ago
JSON representation

This repository Contains the solution of daily coding problems of the Leetcode Platform for the year 2024.

Awesome Lists containing this project

README

          

# [LeetCode](https://www.leetcode.com/)

| Sr. | Date | Problem | Difficulty | Solution | Month |
| --- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | ------------------------------- | --------- |
| 1 | 18/09/24 | [Largest Number](https://leetcode.com/problems/largest-number/description/?envType=daily-question&envId=2024-09-18) | Medium | [Java](./September/LC179.java) | September |
| 2 | 19/09/24 | [Different Ways to Add Parentheses](https://leetcode.com/problems/different-ways-to-add-parentheses/description/?envType=daily-question&envId=2024-09-19) | Medium | [Java](./September/LC241.java) | September |
| 3 | 20/09/24 | [Shortest Palindrome](https://leetcode.com/problems/shortest-palindrome/description/?envType=daily-question&envId=2024-09-20) | Hard | [Java](./September/LC214.java) | September |
| 4 | 21/09/24 | [Lexicographical Numbers](https://leetcode.com/problems/lexicographical-numbers/description/?envType=daily-question&envId=2024-09-21) | Medium | [Java](./September/LC386.java) | September |
| 5 | 22/09/24 | [K-th Smallest in Lexicographical Order](https://leetcode.com/problems/k-th-smallest-in-lexicographical-order/description/?envType=daily-question&envId=2024-09-22) | Hard | [Java](./September/LC440.java) | September |
| 6 | 25/09/24 | [Sum of Prefix Scores of Strings](https://leetcode.com/problems/sum-of-prefix-scores-of-strings/description/?envType=daily-question&envId=2024-09-25) | Hard | [Java](./September/LC2416.java) | September |
| 7 | 25/09/24 | [Extra Characters in a String](https://leetcode.com/problems/extra-characters-in-a-string/description/) | Medium | [Java](./September/LC2707.java) | September |
| 8 | 26/09/24 | [My Calendar I](https://leetcode.com/problems/my-calendar-i/description/?envType=daily-question&envId=2024-09-26) | Medium | [Java](./September/LC729.java) | September |
| 9 | 27/09/24 | [My Calendar II](https://leetcode.com/problems/my-calendar-ii/submissions/1403955060/?envType=daily-question&envId=2024-09-27) | Medium | [Java](./September/LC731.java) | September |
| 10 | 28/09/24 | [Design Circular Deque](https://leetcode.com/problems/design-circular-deque/description/?envType=daily-question&envId=2024-09-28) | Medium | [Java](./September/LC641.java) | September |
| 11 | 29/09/24 | [All O`one Data Structure](https://leetcode.com/problems/all-oone-data-structure/description/?envType=daily-question&envId=2024-09-29) | Hard | [Java](./September/LC432.java) | September |
| 12 | 30/09/24 | [Design a Stack With Increment Operation](https://leetcode.com/problems/design-a-stack-with-increment-operation/description/?envType=daily-question&envId=2024-09-30) | Medium | [Java](./September/LC1381.java) | September |
| 13 | 01/10/24 | [Check If Array Pairs Are Divisible by k](https://leetcode.com/problems/check-if-array-pairs-are-divisible-by-k/description/?envType=daily-question&envId=2024-10-01) | Medium | [Java](./October/LC1497.java) | October |
| 14 | 02/10/24 | [Rank Transform of an Array](https://leetcode.com/problems/rank-transform-of-an-array/description/?envType=daily-question&envId=2024-10-02) | Easy | [Java](./October/LC1331.java) | October |
| 15 | 03/10/24 | [Make Sum Divisible by P](https://leetcode.com/problems/make-sum-divisible-by-p/description/?envType=daily-question&envId=2024-10-03) | Medium | [Java](./October/LC1590.java) | October |
| 16 | 05/10/24 | [Divide Players Into Teams of Equal Skill](https://leetcode.com/problems/divide-players-into-teams-of-equal-skill/description/) | Medium | [Java](./October/LC2491.java) | October |
| 17 | 05/10/24 | [Permutation in String](https://leetcode.com/problems/permutation-in-string/description/?envType=daily-question&envId=2024-10-05) | Medium | [Java](./October/LC567.java) | October |
| 18 | 06/10/24 | [Sentence Similarity III](https://leetcode.com/problems/sentence-similarity-iii/description/?envType=daily-question&envId=2024-10-06) | Medium | [Java](./October/LC1813.java) | October |
| 19 | 07/10/24 | [Minimum String Length After Removing Substrings](https://leetcode.com/problems/minimum-string-length-after-removing-substrings/description/?envType=daily-question&envId=2024-10-07) | Easy | [Java](./October/LC2696.java) | October |
| 20 | 08/10/24 | [Minimum Number of Swaps to Make the String Balanced](https://leetcode.com/problems/minimum-number-of-swaps-to-make-the-string-balanced/description/?envType=daily-question&envId=2024-10-08) | Medium | [Java](./October/LC1963.java) | October |
| 21 | 09/10/24 | [Minimum Add to Make Parentheses Valid](https://leetcode.com/problems/minimum-add-to-make-parentheses-valid/description/?envType=daily-question&envId=2024-10-09) | Medium | [Java](./October/LC921.java) | October |
| 22 | 10/10/24 | [Maximum Width Ramp](https://leetcode.com/problems/maximum-width-ramp/description/?envType=daily-question&envId=2024-10-10) | Medium | [Java](./October/LC962.java) | October |
| 23 | 11/10/24 | [The Number of the Smallest Unoccupied Chair](https://leetcode.com/problems/the-number-of-the-smallest-unoccupied-chair/description/?envType=daily-question&envId=2024-10-11) | Medium | [Java](./October/LC1942.java) | October |
| 24 | 12/10/24 | [Divide Intervals Into Minimum Number of Groups](https://leetcode.com/problems/divide-intervals-into-minimum-number-of-groups/description/?envType=daily-question&envId=2024-10-12) | Medium | [Java](./October/LC2406.java) | October |
| 25 | 13/10/24 | [Smallest Range Covering Elements from K Lists](https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists/description/?envType=daily-question&envId=2024-10-13) | Hard | [Java](./October/LC632.java) | October |
| 26 | 14/10/24 | [Maximal Score After Applying K Operations](https://leetcode.com/problems/maximal-score-after-applying-k-operations/description/?envType=daily-question&envId=2024-10-14) | Medium | [Java](./October/LC2530.java) | October |
| 27 | 15/10/24 | [Separate Black and White Balls](https://leetcode.com/problems/separate-black-and-white-balls/description/?envType=daily-question&envId=2024-10-15) | Medium | [Java](./October/LC2938.java) | October |
| 28 | 16/10/24 | [Longest Happy String](https://leetcode.com/problems/longest-happy-string/description/?envType=daily-question&envId=2024-10-16) | Medium | [Java](./October/LC1405.java) | October |
| 29 | 17/10/24 | [Maximum Swap](https://leetcode.com/problems/maximum-swap/description/?envType=daily-question&envId=2024-10-17) | Medium | [Java](./October/LC670.java) | October |
| 30 | 18/10/24 | [Count Number of Maximum Bitwise-OR Subsets](https://leetcode.com/problems/count-number-of-maximum-bitwise-or-subsets/description/?envType=daily-question&envId=2024-10-18) | Medium | [Java](./October/LC2044.java) | October |
| 31 | 19/10/24 | [Find Kth Bit in Nth Binary String](https://leetcode.com/problems/find-kth-bit-in-nth-binary-string/description/?envType=daily-question&envId=2024-10-19) | Medium | [Java](./October/LC1545.java) | October |
| 32 | 20/10/24 | [Parsing A Boolean Expression](https://leetcode.com/problems/parsing-a-boolean-expression/description/?envType=daily-question&envId=2024-10-20) | Hard | [Java](./October/LC1106.java) | October |
| 33 | 21/10/24 | [Split a String Into the Max Number of Unique Substrings](https://leetcode.com/problems/split-a-string-into-the-max-number-of-unique-substrings/description/?envType=daily-question&envId=2024-10-21) | Medium | [Java](./October/LC1593.java) | October |
| 34 | 22/10/24 | [Kth Largest Sum in a Binary Tree](https://leetcode.com/problems/kth-largest-sum-in-a-binary-tree/description/?envType=daily-question&envId=2024-10-22) | Medium | [Java](./October/LC2583.java) | October |
| 35 | 23/10/24 | [Cousins in Binary Tree II](https://leetcode.com/problems/cousins-in-binary-tree-ii/description/?envType=daily-question&envId=2024-10-23) | Medium | [Java](./October/LC2641.java) | October |
| 36 | 24/10/24 | [Flip Equivalent Binary Trees](https://leetcode.com/problems/flip-equivalent-binary-trees/description/?envType=daily-question&envId=2024-10-24) | Medium | [Java](./October/LC951.java) | October |
| 37 | 25/10/24 | [Remove Sub-Folders from the Filesystem](https://leetcode.com/problems/remove-sub-folders-from-the-filesystem/description/?envType=daily-question&envId=2024-10-25) | Medium | [Java](./October/LC1233.java) | October |
| 38 | 26/10/24 | [Height of Binary Tree After Subtree Removal Queries](https://leetcode.com/problems/height-of-binary-tree-after-subtree-removal-queries/description/?envType=daily-question&envId=2024-10-26) | Hard | [Java](./October/LC2458.java) | October |
| 39 | 27/10/24 | [Count Square Submatrices with All Ones](https://leetcode.com/problems/count-square-submatrices-with-all-ones/description/?envType=daily-question&envId=2024-10-27) | Medium | [Java](./October/LC1277.java) | October |
| 40 | 28/10/24 | [Longest Square Streak in an Array](https://leetcode.com/problems/longest-square-streak-in-an-array/description/?envType=daily-question&envId=2024-10-28) | Medium | [Java](./October/LC2501.java) | October |
| 41 | 29/10/24 | [Maximum Number of Moves in a Grid](https://leetcode.com/problems/maximum-number-of-moves-in-a-grid/description/?envType=daily-question&envId=2024-10-29) | Medium | [Java](./October/LC2684.java) | October |
| 42 | 30/10/24 | [Minimum Number of Removals to Make Mountain Array](https://leetcode.com/problems/minimum-number-of-removals-to-make-mountain-array/description/?envType=daily-question&envId=2024-10-30) | Hard | [Java](./October/LC1671.java) | October |
| 43 | 31/10/24 | [Minimum Total Distance Traveled](https://leetcode.com/problems/minimum-total-distance-traveled/submissions/1439757121/?envType=daily-question&envId=2024-10-31) | Hard | [Java](./October/LC2463.java) | October |
| 44 | 01/11/24 | [Delete Characters to Make Fancy String](https://leetcode.com/problems/delete-characters-to-make-fancy-string/description/?envType=daily-question&envId=2024-11-01) | Easy | [Java](./October/LC1957.java) | November |
| 45 | 02/11/24 | [Circular Sentence](https://leetcode.com/problems/circular-sentence/description/?envType=daily-question&envId=2024-11-02) | Easy | [Java](./October/LC2490.java) | November |
| 46 | 03/11/24 | [Rotate String](https://leetcode.com/problems/rotate-string/description/?envType=daily-question&envId=2024-11-03) | Easy | [Java](./October/LC796.java) | November |
| 47 | 04/11/24 | [String Compression III](https://leetcode.com/problems/string-compression-iii/description/?envType=daily-question&envId=2024-11-04) | Medium | [Java](./October/LC3163.java) | November |
| 48 | 05/11/24 | [Minimum Number of Changes to Make Binary String Beautiful](https://leetcode.com/problems/minimum-number-of-changes-to-make-binary-string-beautiful/description/?envType=daily-question&envId=2024-11-05) | Medium | [Java](./October/LC2914.java) | November |
| 49 | 06/11/24 | [Find if Array Can Be Sorted](https://leetcode.com/problems/find-if-array-can-be-sorted/description/?envType=daily-question&envId=2024-11-06) | Medium | [Java](./October/LC3011.java) | November |
| 50 | 07/11/24 | [Largest Combination With Bitwise AND Greater Than Zero](https://leetcode.com/problems/largest-combination-with-bitwise-and-greater-than-zero/description/?envType=daily-question&envId=2024-11-07) | Medium | [Java](./October/LC2275.java) | November |
| 51 | 08/11/24 | [Maximum XOR for Each Query](https://leetcode.com/problems/maximum-xor-for-each-query/description/?envType=daily-question&envId=2024-11-08) | Medium | [Java](./October/LC1829.java) | November |
| 52 | 09/11/24 | [Minimum Array End](https://leetcode.com/problems/minimum-array-end/description/?envType=daily-question&envId=2024-11-09) | Medium | [Java](./October/LC3133.java) | November |
| 53 | 10/11/24 | [Shortest Subarray With OR at Least K II](https://leetcode.com/problems/shortest-subarray-with-or-at-least-k-ii/description/?envType=daily-question&envId=2024-11-10) | Medium | [Java](./October/LC3097.java) | November |
| 54 | 11/11/24 | [Prime Subtraction Operation](https://leetcode.com/problems/prime-subtraction-operation/description/?envType=daily-question&envId=2024-11-11) | Medium | [Java](./October/LC2601.java) | November |
| 55 | 12/11/24 | [Most Beautiful Item for Each Query](https://leetcode.com/problems/most-beautiful-item-for-each-query/description/?envType=daily-question&envId=2024-11-12) | Medium | [Java](./October/LC2070.java) | November |
| 56 | 13/11/24 | [Count the Number of Fair Pairs](https://leetcode.com/problems/count-the-number-of-fair-pairs/description/?envType=daily-question&envId=2024-11-13) | Medium | [Java](./October/LC2563.java) | November |
| 57 | 14/11/24 | [Minimized Maximum of Products Distributed to Any Store](https://leetcode.com/problems/minimized-maximum-of-products-distributed-to-any-store/description/?envType=daily-question&envId=2024-11-14) | Medium | [Java](./October/LC2064.java) | November |
| 58 | 15/11/24 | [Shortest Subarray to be Removed to Make Array Sorted](https://leetcode.com/problems/shortest-subarray-to-be-removed-to-make-array-sorted/description/?envType=daily-question&envId=2024-11-15) | Medium | [Java](./October/LC1574.java) | November |
| 59 | 16/11/24 | [Find the Power of K-Size Subarrays I](https://leetcode.com/problems/find-the-power-of-k-size-subarrays-i/description/?envType=daily-question&envId=2024-11-16) | Medium | [Java](./October/LC3254.java) | November |
| 60 | 17/11/24 | [Shortest Subarray with Sum at Least K](https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k/description/?envType=daily-question&envId=2024-11-17) | Hard | [Java](./October/LC862.java) | November |
| 61 | 18/11/24 | [Defuse the Bomb](https://leetcode.com/problems/defuse-the-bomb/description/?envType=daily-question&envId=2024-11-18) | Easy | [Java](./October/LC1652.java) | November |
| 62 | 19/11/24 | [Maximum Sum of Distinct Subarrays With Length K](https://leetcode.com/problems/maximum-sum-of-distinct-subarrays-with-length-k/description/?envType=daily-question&envId=2024-11-19) | Medium | [Java](./October/LC2461.java) | November |
| 63 | 20/11/24 | [Take K of Each Character From Left and Right](https://leetcode.com/problems/take-k-of-each-character-from-left-and-right/description/?envType=daily-question&envId=2024-11-20) | Medium | [Java](./October/LC2516.java) | November |
| 64 | 21/11/24 | [Count Unguarded Cells in the Grid](https://leetcode.com/problems/count-unguarded-cells-in-the-grid/description/?envType=daily-question&envId=2024-11-21) | Medium | [Java](./October/LC2257.java) | November |
| 65 | 22/11/24 | [Flip Columns For Maximum Number of Equal Rows](https://leetcode.com/problems/flip-columns-for-maximum-number-of-equal-rows/description/?envType=daily-question&envId=2024-11-22) | Medium | [Java](./October/LC1072.java) | November |
| 66 | 23/11/24 | [Rotating the Box](https://leetcode.com/problems/rotating-the-box/description/?envType=daily-question&envId=2024-11-23) | Medium | [Java](./October/LC1861.java) | November |
| 67 | 24/11/24 | [Maximum Matrix Sum](https://leetcode.com/problems/maximum-matrix-sum/description/?envType=daily-question&envId=2024-11-24) | Medium | [Java](./October/LC1975.java) | November |
| 68 | 25/11/24 | [Sliding Puzzle](https://leetcode.com/problems/sliding-puzzle/description/?envType=daily-question&envId=2024-11-25) | Hard | [Java](./October/LC773.java) | November |
| 69 | 26/11/24 | [Find Champion II](https://leetcode.com/problems/find-champion-ii/description/?envType=daily-question&envId=2024-11-26) | Medium | [Java](./October/LC2924.java) | November |
| 70 | 27/11/24 | [Shortest Distance After Road Addition Queries I](https://leetcode.com/problems/shortest-distance-after-road-addition-queries-i/description/?envType=daily-question&envId=2024-11-27) | Medium | [Java](./October/LC3243.java) | November |
| 71 | 28/11/24 | [Minimum Obstacle Removal to Reach Corner](https://leetcode.com/problems/minimum-obstacle-removal-to-reach-corner/description/?envType=daily-question&envId=2024-11-28) | Hard | [Java](./October/LC2290.java) | November |
| 72 | 29/11/24 | [Minimum Time to Visit a Cell In a Grid](https://leetcode.com/problems/minimum-time-to-visit-a-cell-in-a-grid/description/?envType=daily-question&envId=2024-11-29) | Hard | [Java](./October/LC2577.java) | November |
| 73 | 30/11/24 | [Valid Arrangement of Pairs](https://leetcode.com/problems/valid-arrangement-of-pairs/description/?envType=daily-question&envId=2024-11-30) | Hard | [Java](./October/LC2097.java) | November |
| 74 | 01/12/24 | [Check If N and Its Double Exist](https://leetcode.com/problems/check-if-n-and-its-double-exist/description/?envType=daily-question&envId=2024-12-01) | Easy | [Java](./December/LC1346.java) | December |
| 75 | 02/12/24 | [Check If a Word Occurs As a Prefix of Any Word in a Sentence](https://leetcode.com/problems/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence/description/?envType=daily-question&envId=2024-12-02) | Easy | [Java](./December/LC1455.java) | December |
| 76 | 03/12/24 | [Adding Spaces to a String](https://leetcode.com/problems/adding-spaces-to-a-string/description/?envType=daily-question&envId=2024-12-03) | Medium | [Java](./December/LC12109.java) | December |
| 77 | 04/12/24 | [Make String a Subsequence Using Cyclic Increments](https://leetcode.com/problems/make-string-a-subsequence-using-cyclic-increments/description/?envType=daily-question&envId=2024-12-04) | Medium | [Java](./December/LC2825.java) | December |
| 78 | 05/12/24 | [Move Pieces to Obtain a String](https://leetcode.com/problems/move-pieces-to-obtain-a-string/description/?envType=daily-question&envId=2024-12-05) | Medium | [Java](./December/LC2337.java) | December |
| 79 | 06/12/24 | [Maximum Number of Integers to Choose From a Range I](https://leetcode.com/problems/maximum-number-of-integers-to-choose-from-a-range-i/description/?envType=daily-question&envId=2024-12-06) | Medium | [Java](./December/LC2554.java) | December |
| 80 | 07/12/24 | [Minimum Limit of Balls in a Bag](https://leetcode.com/problems/minimum-limit-of-balls-in-a-bag/description/?envType=daily-question&envId=2024-12-07) | Medium | [Java](./December/LC1760.java) | December |
| 81 | 08/12/24 | [Two Best Non-Overlapping Events](https://leetcode.com/problems/two-best-non-overlapping-events/description/?envType=daily-question&envId=2024-12-08) | Medium | [Java](./December/LC2054.java) | December |
| 82 | 09/12/24 | [Special Array II](https://leetcode.com/problems/special-array-ii/description/?envType=daily-question&envId=2024-12-09) | Medium | [Java](./December/LC3152.java) | December |
| 83 | 10/12/24 | [Find Longest Special Substring That Occurs Thrice I](https://leetcode.com/problems/find-longest-special-substring-that-occurs-thrice-i/description/?envType=daily-question&envId=2024-12-10) | Medium | [Java](./December/LC2981.java) | December |
| 84 | 11/12/24 | [Maximum Beauty of an Array After Applying Operation](https://leetcode.com/problems/maximum-beauty-of-an-array-after-applying-operation/description/?envType=daily-question&envId=2024-12-11) | Medium | [Java](./December/LC2779.java) | December |
| 85 | 12/12/24 | [Take Gifts From the Richest Pile](https://leetcode.com/problems/take-gifts-from-the-richest-pile/description/?envType=daily-question&envId=2024-12-12) | Easy | [Java](./December/LC2558.java) | December |
| 86 | 13/12/24 | [Find Score of an Array After Marking All Elements](https://leetcode.com/problems/find-score-of-an-array-after-marking-all-elements/description/?envType=daily-question&envId=2024-12-13) | Medium | [Java](./December/LC2593.java) | December |
| 87 | 14/12/24 | [Continuous Subarrays](https://leetcode.com/problems/continuous-subarrays/description/?envType=daily-question&envId=2024-12-14) | Medium | [Java](./December/LC2762.java) | December |
| 88 | 15/12/24 | [Maximum Average Pass Ratio](https://leetcode.com/problems/maximum-average-pass-ratio/description/?envType=daily-question&envId=2024-12-15) | Medium | [Java](./December/LC1792.java) | December |
| 89 | 16/12/24 | [Final Array State After K Multiplication Operations I](https://leetcode.com/problems/final-array-state-after-k-multiplication-operations-i/description/?envType=daily-question&envId=2024-12-16) | Easy | [Java](./December/LC3264.java) | December |
| 90 | 17/12/24 | [Construct String With Repeat Limit](https://leetcode.com/problems/construct-string-with-repeat-limit/description/?envType=daily-question&envId=2024-12-17) | Medium | [Java](./December/LC2182.java) | December |
| 91 | 18/12/24 | [Final Prices With a Special Discount in a Shop](https://leetcode.com/problems/final-prices-with-a-special-discount-in-a-shop/description/?envType=daily-question&envId=2024-12-18) | Easy | [Java](./December/LC1475.java) | December |
| 92 | 19/12/24 | [Max Chunks To Make Sorted](https://leetcode.com/problems/max-chunks-to-make-sorted/description/?envType=daily-question&envId=2024-12-19) | Medium | [Java](./December/LC769.java) | December |
| 93 | 20/12/24 | [Reverse Odd Levels of Binary Tree](https://leetcode.com/problems/reverse-odd-levels-of-binary-tree/description/?envType=daily-question&envId=2024-12-20) | Medium | [Java](./December/LC2415.java) | December |
| 94 | 21/12/24 | [Maximum Number of K-Divisible Components](https://leetcode.com/problems/maximum-number-of-k-divisible-components/description/?envType=daily-question&envId=2024-12-21) | Hard | [Java](./December/LC2872.java) | December |
| 95 | 22/12/24 | [Find Building Where Alice and Bob Can Meet](https://leetcode.com/problems/find-building-where-alice-and-bob-can-meet/description/?envType=daily-question&envId=2024-12-22) | Hard | [Java](./December/LC2940.java) | December |
| 96 | 23/12/24 | [Minimum Number of Operations to Sort a Binary Tree by Level](https://leetcode.com/problems/minimum-number-of-operations-to-sort-a-binary-tree-by-level/description/?envType=daily-question&envId=2024-12-23) | Medium | [Java](./December/LC2471.java) | December |
| 97 | 24/12/24 | [Find Minimum Diameter After Merging Two Trees](https://leetcode.com/problems/find-minimum-diameter-after-merging-two-trees/description/?envType=daily-question&envId=2024-12-24) | Hard | [Java](./December/LC3203.java) | December |
| 98 | 25/12/24 | [Find Largest Value in Each Tree Row](https://leetcode.com/problems/find-largest-value-in-each-tree-row/description/?envType=daily-question&envId=2024-12-25) | Medium | [Java](./December/LC515.java) | December |
| 99 | 26/12/24 | [Target Sum](https://leetcode.com/problems/target-sum/description/?envType=daily-question&envId=2024-12-26) | Medium | [Java](./December/LC494.java) | December |
| 100 | 27/12/24 | [Best Sightseeing Pair](https://leetcode.com/problems/best-sightseeing-pair/description/?envType=daily-question&envId=2024-12-27) | Medium | [Java](./December/LC1014.java) | December |
| 101 | 28/12/24 | [Maximum Sum of 3 Non-Overlapping Subarrays](https://leetcode.com/problems/maximum-sum-of-3-non-overlapping-subarrays/description/?envType=daily-question&envId=2024-12-28) | Hard | [Java](./December/LC689.java) | December |
| 102 | 29/12/24 | [Number of Ways to Form a Target String Given a Dictionary](https://leetcode.com/problems/number-of-ways-to-form-a-target-string-given-a-dictionary/description/?envType=daily-question&envId=2024-12-29) | Hard | [Java](./December/LC1639.java) | December |
| 103 | 30/12/24 | [Count Ways To Build Good Strings](https://leetcode.com/problems/count-ways-to-build-good-strings/description/?envType=daily-question&envId=2024-12-30) | Medium | [Java](./December/LC2466.java) | December |
| 104 | 31/12/24 | [Minimum Cost For Tickets](https://leetcode.com/problems/minimum-cost-for-tickets/description/?envType=daily-question&envId=2024-12-31) | Medium | [Java](./December/LC983.java) | December |