You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[0697](https://leetcode.com/problems/degree-of-an-array)|[Degree of an Array](/solution/0600-0699/0697.Degree%20of%20an%20Array/README_EN.md)|`Array`,`Hash Table`| Easy ||
709
709
|[0698](https://leetcode.com/problems/partition-to-k-equal-sum-subsets)|[Partition to K Equal Sum Subsets](/solution/0600-0699/0698.Partition%20to%20K%20Equal%20Sum%20Subsets/README_EN.md)|`Bit Manipulation`,`Memoization`,`Array`,`Dynamic Programming`,`Backtracking`,`Bitmask`| Medium ||
710
-
|[0699](https://leetcode.com/problems/falling-squares)|[Falling Squares](/solution/0600-0699/0699.Falling%20Squares/README_EN.md)|`Segment Tree`,`Array`,`Ordered Set`| Hard ||
711
710
|[0700](https://leetcode.com/problems/search-in-a-binary-search-tree)|[Search in a Binary Search Tree](/solution/0700-0799/0700.Search%20in%20a%20Binary%20Search%20Tree/README_EN.md)|`Tree`,`Binary Search Tree`,`Binary Tree`| Easy ||
712
711
|[0701](https://leetcode.com/problems/insert-into-a-binary-search-tree)|[Insert into a Binary Search Tree](/solution/0700-0799/0701.Insert%20into%20a%20Binary%20Search%20Tree/README_EN.md)|`Tree`,`Binary Search Tree`,`Binary Tree`| Medium ||
713
712
|[0702](https://leetcode.com/problems/search-in-a-sorted-array-of-unknown-size)|[Search in a Sorted Array of Unknown Size](/solution/0700-0799/0702.Search%20in%20a%20Sorted%20Array%20of%20Unknown%20Size/README_EN.md)|`Array`,`Binary Search`,`Interactive`| Medium | 🔒 |
@@ -900,7 +899,6 @@ Press <kbd>Control</kbd>+<kbd>F</kbd>(or <kbd>Command</kbd>+<kbd>F</kbd> on the
900
899
|[0889](https://leetcode.com/problems/construct-binary-tree-from-preorder-and-postorder-traversal)|[Construct Binary Tree from Preorder and Postorder Traversal](/solution/0800-0899/0889.Construct%20Binary%20Tree%20from%20Preorder%20and%20Postorder%20Traversal/README_EN.md)|`Tree`,`Array`,`Hash Table`,`Divide and Conquer`,`Binary Tree`| Medium ||
901
900
|[0890](https://leetcode.com/problems/find-and-replace-pattern)|[Find and Replace Pattern](/solution/0800-0899/0890.Find%20and%20Replace%20Pattern/README_EN.md)|`Array`,`Hash Table`,`String`| Medium ||
902
901
|[0891](https://leetcode.com/problems/sum-of-subsequence-widths)|[Sum of Subsequence Widths](/solution/0800-0899/0891.Sum%20of%20Subsequence%20Widths/README_EN.md)|`Array`,`Math`,`Sorting`| Hard ||
903
-
|[0892](https://leetcode.com/problems/surface-area-of-3d-shapes)|[Surface Area of 3D Shapes](/solution/0800-0899/0892.Surface%20Area%20of%203D%20Shapes/README_EN.md)|`Geometry`,`Array`,`Math`,`Matrix`| Easy ||
904
902
|[0893](https://leetcode.com/problems/groups-of-special-equivalent-strings)|[Groups of Special-Equivalent Strings](/solution/0800-0899/0893.Groups%20of%20Special-Equivalent%20Strings/README_EN.md)|`Array`,`Hash Table`,`String`| Medium ||
905
903
|[0894](https://leetcode.com/problems/all-possible-full-binary-trees)|[All Possible Full Binary Trees](/solution/0800-0899/0894.All%20Possible%20Full%20Binary%20Trees/README_EN.md)|`Tree`,`Recursion`,`Memoization`,`Dynamic Programming`,`Binary Tree`| Medium ||
906
904
|[0895](https://leetcode.com/problems/maximum-frequency-stack)|[Maximum Frequency Stack](/solution/0800-0899/0895.Maximum%20Frequency%20Stack/README_EN.md)|`Stack`,`Design`,`Hash Table`,`Ordered Set`| Hard ||
@@ -1673,6 +1671,7 @@ Press <kbd>Control</kbd>+<kbd>F</kbd>(or <kbd>Command</kbd>+<kbd>F</kbd> on the
1673
1671
|[1662](https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent)|[Check If Two String Arrays are Equivalent](/solution/1600-1699/1662.Check%20If%20Two%20String%20Arrays%20are%20Equivalent/README_EN.md)|`Array`,`String`| Easy ||
1674
1672
|[1663](https://leetcode.com/problems/smallest-string-with-a-given-numeric-value)|[Smallest String With A Given Numeric Value](/solution/1600-1699/1663.Smallest%20String%20With%20A%20Given%20Numeric%20Value/README_EN.md)|`Greedy`,`String`| Medium ||
1675
1673
|[1664](https://leetcode.com/problems/ways-to-make-a-fair-array)|[Ways to Make a Fair Array](/solution/1600-1699/1664.Ways%20to%20Make%20a%20Fair%20Array/README_EN.md)|`Array`,`Dynamic Programming`| Medium ||
1674
+
|[1665](https://leetcode.com/problems/minimum-initial-energy-to-finish-tasks)|[Minimum Initial Energy to Finish Tasks](/solution/1600-1699/1665.Minimum%20Initial%20Energy%20to%20Finish%20Tasks/README_EN.md)|`Greedy`,`Array`,`Sorting`| Hard ||
1676
1675
|[1666](https://leetcode.com/problems/change-the-root-of-a-binary-tree)|[Change the Root of a Binary Tree](/solution/1600-1699/1666.Change%20the%20Root%20of%20a%20Binary%20Tree/README_EN.md)|`Tree`,`Depth-First Search`,`Binary Tree`| Medium | 🔒 |
1677
1676
|[1667](https://leetcode.com/problems/fix-names-in-a-table)|[Fix Names in a Table](/solution/1600-1699/1667.Fix%20Names%20in%20a%20Table/README_EN.md)|`Database`| Easy | 🔒 |
@@ -2090,16 +2089,16 @@ Press <kbd>Control</kbd>+<kbd>F</kbd>(or <kbd>Command</kbd>+<kbd>F</kbd> on the
2090
2089
|[2080](https://leetcode.com/problems/range-frequency-queries)|[Range Frequency Queries](/solution/2000-2099/2080.Range%20Frequency%20Queries/README_EN.md)|`Design`,`Segment Tree`,`Array`,`Hash Table`,`Binary Search`| Medium ||
2091
2090
|[2081](https://leetcode.com/problems/sum-of-k-mirror-numbers)|[Sum of k-Mirror Numbers](/solution/2000-2099/2081.Sum%20of%20k-Mirror%20Numbers/README_EN.md)|`Math`,`Enumeration`| Hard ||
2092
2091
|[2082](https://leetcode.com/problems/the-number-of-rich-customers)|[The Number of Rich Customers](/solution/2000-2099/2082.The%20Number%20of%20Rich%20Customers/README_EN.md)|`Database`| Easy | 🔒 |
2093
-
|[2083](https://leetcode.com/problems/substrings-that-begin-and-end-with-the-same-letter)|[Substrings That Begin and End With the Same Letter](/solution/2000-2099/2083.Substrings%20That%20Begin%20and%20End%20With%20the%20Same%20Letter/README_EN.md)|| Medium | 🔒 |
2094
-
|[2084](https://leetcode.com/problems/drop-type-1-orders-for-customers-with-type-0-orders)|[Drop Type 1 Orders for Customers With Type 0 Orders](/solution/2000-2099/2084.Drop%20Type%201%20Orders%20for%20Customers%20With%20Type%200%20Orders/README_EN.md)|| Medium | 🔒 |
2095
-
|[2085](https://leetcode.com/problems/count-common-words-with-one-occurrence)|[Count Common Words With One Occurrence](/solution/2000-2099/2085.Count%20Common%20Words%20With%20One%20Occurrence/README_EN.md)|| Easy ||
2096
-
|[2086](https://leetcode.com/problems/minimum-number-of-buckets-required-to-collect-rainwater-from-houses)|[Minimum Number of Buckets Required to Collect Rainwater from Houses](/solution/2000-2099/2086.Minimum%20Number%20of%20Buckets%20Required%20to%20Collect%20Rainwater%20from%20Houses/README_EN.md)|| Medium ||
2097
-
|[2087](https://leetcode.com/problems/minimum-cost-homecoming-of-a-robot-in-a-grid)|[Minimum Cost Homecoming of a Robot in a Grid](/solution/2000-2099/2087.Minimum%20Cost%20Homecoming%20of%20a%20Robot%20in%20a%20Grid/README_EN.md)|| Medium ||
2098
-
|[2088](https://leetcode.com/problems/count-fertile-pyramids-in-a-land)|[Count Fertile Pyramids in a Land](/solution/2000-2099/2088.Count%20Fertile%20Pyramids%20in%20a%20Land/README_EN.md)|| Hard ||
2099
-
|[2089](https://leetcode.com/problems/find-target-indices-after-sorting-array)|[Find Target Indices After Sorting Array](/solution/2000-2099/2089.Find%20Target%20Indices%20After%20Sorting%20Array/README_EN.md)|| Easy ||
2100
-
|[2090](https://leetcode.com/problems/k-radius-subarray-averages)|[K Radius Subarray Averages](/solution/2000-2099/2090.K%20Radius%20Subarray%20Averages/README_EN.md)|| Medium ||
2101
-
|[2091](https://leetcode.com/problems/removing-minimum-and-maximum-from-array)|[Removing Minimum and Maximum From Array](/solution/2000-2099/2091.Removing%20Minimum%20and%20Maximum%20From%20Array/README_EN.md)|| Medium ||
2102
-
|[2092](https://leetcode.com/problems/find-all-people-with-secret)|[Find All People With Secret](/solution/2000-2099/2092.Find%20All%20People%20With%20Secret/README_EN.md)|| Hard ||
2092
+
|[2083](https://leetcode.com/problems/substrings-that-begin-and-end-with-the-same-letter)|[Substrings That Begin and End With the Same Letter](/solution/2000-2099/2083.Substrings%20That%20Begin%20and%20End%20With%20the%20Same%20Letter/README_EN.md)|`Hash Table`,`Math`,`String`,`Counting`,`Prefix Sum`| Medium | 🔒 |
2093
+
|[2084](https://leetcode.com/problems/drop-type-1-orders-for-customers-with-type-0-orders)|[Drop Type 1 Orders for Customers With Type 0 Orders](/solution/2000-2099/2084.Drop%20Type%201%20Orders%20for%20Customers%20With%20Type%200%20Orders/README_EN.md)|`Database`| Medium | 🔒 |
2094
+
|[2085](https://leetcode.com/problems/count-common-words-with-one-occurrence)|[Count Common Words With One Occurrence](/solution/2000-2099/2085.Count%20Common%20Words%20With%20One%20Occurrence/README_EN.md)|`Array`,`Hash Table`,`String`,`Counting`| Easy ||
2095
+
|[2086](https://leetcode.com/problems/minimum-number-of-buckets-required-to-collect-rainwater-from-houses)|[Minimum Number of Buckets Required to Collect Rainwater from Houses](/solution/2000-2099/2086.Minimum%20Number%20of%20Buckets%20Required%20to%20Collect%20Rainwater%20from%20Houses/README_EN.md)|`Greedy`,`String`,`Dynamic Programming`| Medium ||
2096
+
|[2087](https://leetcode.com/problems/minimum-cost-homecoming-of-a-robot-in-a-grid)|[Minimum Cost Homecoming of a Robot in a Grid](/solution/2000-2099/2087.Minimum%20Cost%20Homecoming%20of%20a%20Robot%20in%20a%20Grid/README_EN.md)|`Greedy`,`Array`,`Matrix`| Medium ||
2097
+
|[2088](https://leetcode.com/problems/count-fertile-pyramids-in-a-land)|[Count Fertile Pyramids in a Land](/solution/2000-2099/2088.Count%20Fertile%20Pyramids%20in%20a%20Land/README_EN.md)|`Array`,`Dynamic Programming`,`Matrix`| Hard ||
2098
+
|[2089](https://leetcode.com/problems/find-target-indices-after-sorting-array)|[Find Target Indices After Sorting Array](/solution/2000-2099/2089.Find%20Target%20Indices%20After%20Sorting%20Array/README_EN.md)|`Array`,`Binary Search`,`Sorting`| Easy ||
2099
+
|[2090](https://leetcode.com/problems/k-radius-subarray-averages)|[K Radius Subarray Averages](/solution/2000-2099/2090.K%20Radius%20Subarray%20Averages/README_EN.md)|`Array`,`Sliding Window`| Medium ||
2100
+
|[2091](https://leetcode.com/problems/removing-minimum-and-maximum-from-array)|[Removing Minimum and Maximum From Array](/solution/2000-2099/2091.Removing%20Minimum%20and%20Maximum%20From%20Array/README_EN.md)|`Greedy`,`Array`| Medium ||
2101
+
|[2092](https://leetcode.com/problems/find-all-people-with-secret)|[Find All People With Secret](/solution/2000-2099/2092.Find%20All%20People%20With%20Secret/README_EN.md)|`Depth-First Search`,`Breadth-First Search`,`Union Find`,`Graph`,`Sorting`| Hard ||
0 commit comments