|
76 | 76 | | 807 | [Max Increase to Keep City Skyline](<https://leetcode.com/problems/max-increase-to-keep-city-skyline>) | Medium | | [solution](<../_807. Max Increase to Keep City Skyline.md>) | java | Jun 22, 2024 |
|
77 | 77 | | 817 | [Linked List Components](<https://leetcode.com/problems/linked-list-components>) | Medium | | [solution](<../_817. Linked List Components.md>) | java | Jul 04, 2024 |
|
78 | 78 | | 826 | [Most Profit Assigning Work](<https://leetcode.com/problems/most-profit-assigning-work>) | Medium | Daily | [solution](<../_826. Most Profit Assigning Work.md>) | py | Jun 17, 2024 |
|
79 |
| -| 846 | [Hand of Straights](<https://leetcode.com/problems/hand-of-straights>) | Medium | N150, Daily | [solution](<../_846. Hand of Straights.md>) | py | Jun 06, 2024 | |
| 79 | +| 846 | [Hand of Straights](<https://leetcode.com/problems/hand-of-straights>) | Medium | Daily, N150 | [solution](<../_846. Hand of Straights.md>) | py | Jun 06, 2024 | |
80 | 80 | | 848 | [Shifting Letters](<https://leetcode.com/problems/shifting-letters>) | Medium | | [solution](<../_848. Shifting Letters.md>) | py | Jun 29, 2024 |
|
81 | 81 | | 849 | [Maximize Distance to Closest Person](<https://leetcode.com/problems/maximize-distance-to-closest-person>) | Medium | | [solution](<../_849. Maximize Distance to Closest Person.md>) | py | Jun 29, 2024 |
|
82 | 82 | | 853 | [Car Fleet](<https://leetcode.com/problems/car-fleet>) | Medium | N150 | [solution](<../_853. Car Fleet.md>) | py | Jun 13, 2024 |
|
|
94 | 94 | | 994 | [Rotting Oranges](<https://leetcode.com/problems/rotting-oranges>) | Medium | N150 | [solution](<../_994. Rotting Oranges.md>) | py | Jun 14, 2024 |
|
95 | 95 | | 995 | [Minimum Number of K Consecutive Bit Flips](<https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flips>) | Hard | Daily | [solution](<../_995. Minimum Number of K Consecutive Bit Flips.md>) | py, c | Jun 23, 2024 |
|
96 | 96 | | 1002 | [Find Common Characters](<https://leetcode.com/problems/find-common-characters>) | Easy | Daily | [solution](<../_1002. Find Common Characters.md>) | py | Jun 04, 2024 |
|
97 |
| -| 1008 | [Construct Binary Search Tree from Preorder Traversal](<https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal>) | Medium | | [solution](<../_1008. Construct Binary Search Tree from Preorder Traversal.md>) | cpp, java, c | Jun 26, 2024 | |
| 97 | +| 1008 | [Construct Binary Search Tree from Preorder Traversal](<https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal>) | Medium | | [solution](<../_1008. Construct Binary Search Tree from Preorder Traversal.md>) | java, c, cpp | Jun 26, 2024 | |
98 | 98 | | 1018 | [Binary Prefix Divisible By 5](<https://leetcode.com/problems/binary-prefix-divisible-by-5>) | Easy | | [solution](<../_1018. Binary Prefix Divisible By 5.md>) | py | Jul 04, 2024 |
|
99 | 99 | | 1019 | [Next Greater Node In Linked List](<https://leetcode.com/problems/next-greater-node-in-linked-list>) | Medium | | [solution](<../_1019. Next Greater Node In Linked List.md>) | py | Jun 21, 2024 |
|
100 | 100 | | 1020 | [Number of Enclaves](<https://leetcode.com/problems/number-of-enclaves>) | Medium | | [solution](<../_1020. Number of Enclaves.md>) | py | Jun 26, 2024 |
|
|
127 | 127 | | 1481 | [Least Number of Unique Integers after K Removals](<https://leetcode.com/problems/least-number-of-unique-integers-after-k-removals>) | Medium | | [solution](<../_1481. Least Number of Unique Integers after K Removals.md>) | py | Jun 15, 2024 |
|
128 | 128 | | 1482 | [Minimum Number of Days to Make m Bouquets](<https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquets>) | Medium | | [solution](<../_1482. Minimum Number of Days to Make m Bouquets.md>) | py | Jun 18, 2024 |
|
129 | 129 | | 1502 | [Can Make Arithmetic Progression From Sequence](<https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence>) | Easy | | [solution](<../_1502. Can Make Arithmetic Progression From Sequence.md>) | py, c | Jun 04, 2024 |
|
130 |
| -| 1509 | [Minimum Difference Between Largest and Smallest Value in Three Moves](<https://leetcode.com/problems/minimum-difference-between-largest-and-smallest-value-in-three-moves>) | Medium | Daily | [solution](<../_1509. Minimum Difference Between Largest and Smallest Value in Three Moves.md>) | py, cpp, java, c | Jul 02, 2024 | |
| 130 | +| 1509 | [Minimum Difference Between Largest and Smallest Value in Three Moves](<https://leetcode.com/problems/minimum-difference-between-largest-and-smallest-value-in-three-moves>) | Medium | Daily | [solution](<../_1509. Minimum Difference Between Largest and Smallest Value in Three Moves.md>) | py, java, c, cpp | Jul 02, 2024 | |
131 | 131 | | 1535 | [Find the Winner of an Array Game](<https://leetcode.com/problems/find-the-winner-of-an-array-game>) | Medium | | [solution](<../_1535. Find the Winner of an Array Game.md>) | py | Jun 08, 2024 |
|
132 | 132 | | 1550 | [Three Consecutive Odds](<https://leetcode.com/problems/three-consecutive-odds>) | Easy | Daily | [solution](<../_1550. Three Consecutive Odds.md>) | py, c | Jun 30, 2024 |
|
133 | 133 | | 1552 | [Magnetic Force Between Two Balls](<https://leetcode.com/problems/magnetic-force-between-two-balls>) | Medium | Daily | [solution](<../_1552. Magnetic Force Between Two Balls.md>) | py | Jun 20, 2024 |
|
|
163 | 163 | | 2225 | [Find Players With Zero or One Losses](<https://leetcode.com/problems/find-players-with-zero-or-one-losses>) | Medium | | [solution](<../_2225. Find Players With Zero or One Losses.md>) | java | Jun 24, 2024 |
|
164 | 164 | | 2248 | [Intersection of Multiple Arrays](<https://leetcode.com/problems/intersection-of-multiple-arrays>) | Easy | | [solution](<../_2248. Intersection of Multiple Arrays.md>) | py | May 29, 2024 |
|
165 | 165 | | 2258 | [Escape the Spreading Fire](<https://leetcode.com/problems/escape-the-spreading-fire>) | Hard | | [solution](<../_2258. Escape the Spreading Fire.md>) | py | Jun 14, 2024 |
|
166 |
| -| 2317 | [Maximum XOR After Operations ](<https://leetcode.com/problems/maximum-xor-after-operations>) | Medium | | [solution](<../_2317. Maximum XOR After Operations .md>) | py, cpp, java, c | Jun 24, 2024 | |
| 166 | +| 2317 | [Maximum XOR After Operations ](<https://leetcode.com/problems/maximum-xor-after-operations>) | Medium | | [solution](<../_2317. Maximum XOR After Operations .md>) | py, java, c, cpp | Jun 24, 2024 | |
167 | 167 | | 2352 | [Equal Row and Column Pairs](<https://leetcode.com/problems/equal-row-and-column-pairs>) | Medium | | [solution](<../_2352. Equal Row and Column Pairs.md>) | py | Jun 26, 2024 |
|
168 | 168 | | 2365 | [Task Scheduler II](<https://leetcode.com/problems/task-scheduler-ii>) | Medium | | [solution](<../_2365. Task Scheduler II.md>) | py | Jun 29, 2024 |
|
169 | 169 | | 2389 | [Longest Subsequence With Limited Sum](<https://leetcode.com/problems/longest-subsequence-with-limited-sum>) | Easy | | [solution](<../_2389. Longest Subsequence With Limited Sum.md>) | py | May 31, 2024 |
|
|
0 commit comments