File tree
244 files changed
+602
-1308
lines changed- solution
- 1600-1699
- 1600.Throne Inheritance
- 1601.Maximum Number of Achievable Transfer Requests
- 1603.Design Parking System
- 1604.Alert Using Same Key-Card Three or More Times in a One Hour Period
- 1605.Find Valid Matrix Given Row and Column Sums
- 1606.Find Servers That Handled Most Number of Requests
- 1608.Special Array With X Elements Greater Than or Equal X
- 1609.Even Odd Tree
- 1610.Maximum Number of Visible Points
- 1611.Minimum One Bit Operations to Make Integers Zero
- 1614.Maximum Nesting Depth of the Parentheses
- 1615.Maximal Network Rank
- 1616.Split Two Strings to Make Palindrome
- 1617.Count Subtrees With Max Distance Between Cities
- 1619.Mean of Array After Removing Some Elements
- 1620.Coordinate With Maximum Network Quality
- 1621.Number of Sets of K Non-Overlapping Line Segments
- 1622.Fancy Sequence
- 1624.Largest Substring Between Two Equal Characters
- 1625.Lexicographically Smallest String After Applying Operations
- 1626.Best Team With No Conflicts
- 1627.Graph Connectivity With Threshold
- 1629.Slowest Key
- 1630.Arithmetic Subarrays
- 1631.Path With Minimum Effort
- 1632.Rank Transform of a Matrix
- 1636.Sort Array by Increasing Frequency
- 1637.Widest Vertical Area Between Two Points Containing No Points
- 1638.Count Substrings That Differ by One Character
- 1639.Number of Ways to Form a Target String Given a Dictionary
- 1640.Check Array Formation Through Concatenation
- 1641.Count Sorted Vowel Strings
- 1642.Furthest Building You Can Reach
- 1643.Kth Smallest Instructions
- 1646.Get Maximum in Generated Array
- 1647.Minimum Deletions to Make Character Frequencies Unique
- 1648.Sell Diminishing-Valued Colored Balls
- 1649.Create Sorted Array through Instructions
- 1652.Defuse the Bomb
- 1653.Minimum Deletions to Make String Balanced
- 1654.Minimum Jumps to Reach Home
- 1655.Distribute Repeating Integers
- 1656.Design an Ordered Stream
- 1657.Determine if Two Strings Are Close
- 1658.Minimum Operations to Reduce X to Zero
- 1659.Maximize Grid Happiness
- 1662.Check If Two String Arrays are Equivalent
- 1663.Smallest String With A Given Numeric Value
- 1664.Ways to Make a Fair Array
- 1665.Minimum Initial Energy to Finish Tasks
- 1668.Maximum Repeating Substring
- 1669.Merge In Between Linked Lists
- 1670.Design Front Middle Back Queue
- 1671.Minimum Number of Removals to Make Mountain Array
- 1672.Richest Customer Wealth
- 1673.Find the Most Competitive Subsequence
- 1674.Minimum Moves to Make Array Complementary
- 1675.Minimize Deviation in Array
- 1678.Goal Parser Interpretation
- 1679.Max Number of K-Sum Pairs
- 1680.Concatenation of Consecutive Binary Numbers
- 1681.Minimum Incompatibility
- 1684.Count the Number of Consistent Strings
- 1685.Sum of Absolute Differences in a Sorted Array
- 1686.Stone Game VI
- 1687.Delivering Boxes from Storage to Ports
- 1688.Count of Matches in Tournament
- 1689.Partitioning Into Minimum Number Of Deci-Binary Numbers
- 1690.Stone Game VII
- 1691.Maximum Height by Stacking Cuboids
- 1694.Reformat Phone Number
- 1695.Maximum Erasure Value
- 1696.Jump Game VI
- 1697.Checking Existence of Edge Length Limited Paths
- 1700-1799
- 1700.Number of Students Unable to Eat Lunch
- 1701.Average Waiting Time
- 1702.Maximum Binary String After Change
- 1703.Minimum Adjacent Swaps for K Consecutive Ones
- 1704.Determine if String Halves Are Alike
- 1705.Maximum Number of Eaten Apples
- 1706.Where Will the Ball Fall
- 1707.Maximum XOR With an Element From Array
- 1710.Maximum Units on a Truck
- 1711.Count Good Meals
- 1712.Ways to Split Array Into Three Subarrays
- 1713.Minimum Operations to Make a Subsequence
- 1716.Calculate Money in Leetcode Bank
- 1717.Maximum Score From Removing Substrings
- 1718.Construct the Lexicographically Largest Valid Sequence
- 1719.Number Of Ways To Reconstruct A Tree
- 1720.Decode XORed Array
- 1721.Swapping Nodes in a Linked List
- 1722.Minimize Hamming Distance After Swap Operations
- 1723.Find Minimum Time to Finish All Jobs
- 1725.Number Of Rectangles That Can Form The Largest Square
- 1726.Tuple with Same Product
- 1727.Largest Submatrix With Rearrangements
- 1728.Cat and Mouse II
- 1732.Find the Highest Altitude
- 1733.Minimum Number of People to Teach
- 1734.Decode XORed Permutation
- 1735.Count Ways to Make Array With Product
- 1736.Latest Time by Replacing Hidden Digits
- 1737.Change Minimum Characters to Satisfy One of Three Conditions
- 1738.Find Kth Largest XOR Coordinate Value
- 1739.Building Boxes
- 1742.Maximum Number of Balls in a Box
- 1743.Restore the Array From Adjacent Pairs
- 1744.Can You Eat Your Favorite Candy on Your Favorite Day?
- 1745.Palindrome Partitioning IV
- 1748.Sum of Unique Elements
- 1749.Maximum Absolute Sum of Any Subarray
- 1750.Minimum Length of String After Deleting Similar Ends
- 1751.Maximum Number of Events That Can Be Attended II
- 1752.Check if Array Is Sorted and Rotated
- 1753.Maximum Score From Removing Stones
- 1754.Largest Merge Of Two Strings
- 1755.Closest Subsequence Sum
- 1758.Minimum Changes To Make Alternating Binary String
- 1759.Count Number of Homogenous Substrings
- 1760.Minimum Limit of Balls in a Bag
- 1761.Minimum Degree of a Connected Trio in a Graph
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
244 files changed
+602
-1308
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
79 | 77 |
| |
80 | 78 |
| |
81 | 79 |
| |
82 | 80 |
| |
83 |
| - | |
84 | 81 |
| |
85 | 82 |
| |
86 | 83 |
| |
| |||
100 | 97 |
| |
101 | 98 |
| |
102 | 99 |
| |
| 100 | + | |
103 | 101 |
| |
104 | 102 |
| |
105 | 103 |
| |
106 | 104 |
| |
107 |
| - | |
| 105 | + |
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
77 | 76 |
| |
78 | 77 |
| |
79 |
| - | |
80 |
| - | |
81 | 78 |
| |
82 | 79 |
| |
83 | 80 |
| |
84 | 81 |
| |
85 |
| - | |
86 | 82 |
| |
87 | 83 |
| |
88 | 84 |
| |
89 | 85 |
| |
90 | 86 |
| |
91 | 87 |
| |
92 |
| - | |
93 | 88 |
| |
94 | 89 |
| |
95 | 90 |
| |
96 | 91 |
| |
97 | 92 |
| |
| 93 | + | |
98 | 94 |
| |
99 | 95 |
| |
100 | 96 |
| |
101 | 97 |
| |
102 |
| - | |
| 98 | + |
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
64 |
| - | |
65 | 63 |
| |
66 | 64 |
| |
67 | 65 |
| |
68 | 66 |
| |
69 |
| - | |
70 | 67 |
| |
71 | 68 |
| |
72 | 69 |
| |
| |||
86 | 83 |
| |
87 | 84 |
| |
88 | 85 |
| |
| 86 | + | |
89 | 87 |
| |
90 | 88 |
| |
91 | 89 |
| |
92 | 90 |
| |
93 |
| - | |
| 91 | + |
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 | 59 |
| |
61 | 60 |
| |
62 |
| - | |
63 |
| - | |
64 | 61 |
| |
65 | 62 |
| |
66 | 63 |
| |
67 | 64 |
| |
68 |
| - | |
69 | 65 |
| |
70 | 66 |
| |
71 | 67 |
| |
72 | 68 |
| |
73 | 69 |
| |
74 | 70 |
| |
75 |
| - | |
76 | 71 |
| |
77 | 72 |
| |
78 | 73 |
| |
79 | 74 |
| |
80 | 75 |
| |
| 76 | + | |
81 | 77 |
| |
82 | 78 |
| |
83 | 79 |
| |
84 | 80 |
| |
85 |
| - | |
| 81 | + |
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
48 | 46 |
| |
49 | 47 |
| |
50 | 48 |
| |
51 | 49 |
| |
52 |
| - | |
53 | 50 |
| |
54 | 51 |
| |
55 | 52 |
| |
| |||
69 | 66 |
| |
70 | 67 |
| |
71 | 68 |
| |
| 69 | + | |
72 | 70 |
| |
73 | 71 |
| |
74 | 72 |
| |
75 | 73 |
| |
76 |
| - | |
| 74 | + |
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 | 43 |
| |
45 | 44 |
| |
46 |
| - | |
47 |
| - | |
48 | 45 |
| |
49 | 46 |
| |
50 | 47 |
| |
51 | 48 |
| |
52 |
| - | |
53 | 49 |
| |
54 | 50 |
| |
55 | 51 |
| |
56 | 52 |
| |
57 | 53 |
| |
58 | 54 |
| |
59 |
| - | |
60 | 55 |
| |
61 | 56 |
| |
62 | 57 |
| |
63 | 58 |
| |
64 | 59 |
| |
| 60 | + | |
65 | 61 |
| |
66 | 62 |
| |
67 | 63 |
| |
68 | 64 |
| |
69 |
| - | |
| 65 | + |
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
64 |
| - | |
65 | 63 |
| |
66 | 64 |
| |
67 | 65 |
| |
68 | 66 |
| |
69 |
| - | |
70 | 67 |
| |
71 | 68 |
| |
72 | 69 |
| |
| |||
86 | 83 |
| |
87 | 84 |
| |
88 | 85 |
| |
| 86 | + | |
89 | 87 |
| |
90 | 88 |
| |
91 | 89 |
| |
92 | 90 |
| |
93 |
| - | |
| 91 | + |
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 | 60 |
| |
62 | 61 |
| |
63 |
| - | |
64 |
| - | |
65 | 62 |
| |
66 | 63 |
| |
67 | 64 |
| |
68 | 65 |
| |
69 |
| - | |
70 | 66 |
| |
71 | 67 |
| |
72 | 68 |
| |
73 | 69 |
| |
74 | 70 |
| |
75 | 71 |
| |
76 |
| - | |
77 | 72 |
| |
78 | 73 |
| |
79 | 74 |
| |
80 | 75 |
| |
81 | 76 |
| |
| 77 | + | |
82 | 78 |
| |
83 | 79 |
| |
84 | 80 |
| |
85 | 81 |
| |
86 |
| - | |
| 82 | + |
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 | 74 |
| |
77 | 75 |
| |
78 | 76 |
| |
79 | 77 |
| |
80 |
| - | |
81 | 78 |
| |
82 | 79 |
| |
83 | 80 |
| |
| |||
97 | 94 |
| |
98 | 95 |
| |
99 | 96 |
| |
| 97 | + | |
100 | 98 |
| |
101 | 99 |
| |
102 | 100 |
| |
103 | 101 |
| |
104 |
| - | |
| 102 | + |
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 | 71 |
| |
73 | 72 |
| |
74 |
| - | |
75 |
| - | |
76 | 73 |
| |
77 | 74 |
| |
78 | 75 |
| |
79 | 76 |
| |
80 |
| - | |
81 | 77 |
| |
82 | 78 |
| |
83 | 79 |
| |
84 | 80 |
| |
85 | 81 |
| |
86 | 82 |
| |
87 |
| - | |
88 | 83 |
| |
89 | 84 |
| |
90 | 85 |
| |
91 | 86 |
| |
92 | 87 |
| |
| 88 | + | |
93 | 89 |
| |
94 | 90 |
| |
95 | 91 |
| |
96 | 92 |
| |
97 |
| - | |
| 93 | + |
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
84 |
| - | |
85 | 83 |
| |
86 | 84 |
| |
87 | 85 |
| |
88 | 86 |
| |
89 |
| - | |
90 | 87 |
| |
91 | 88 |
| |
92 | 89 |
| |
| |||
106 | 103 |
| |
107 | 104 |
| |
108 | 105 |
| |
| 106 | + | |
109 | 107 |
| |
110 | 108 |
| |
111 | 109 |
| |
112 | 110 |
| |
113 |
| - | |
| 111 | + |
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
79 | 78 |
| |
80 | 79 |
| |
81 |
| - | |
82 |
| - | |
83 | 80 |
| |
84 | 81 |
| |
85 | 82 |
| |
86 | 83 |
| |
87 |
| - | |
88 | 84 |
| |
89 | 85 |
| |
90 | 86 |
| |
91 | 87 |
| |
92 | 88 |
| |
93 | 89 |
| |
94 |
| - | |
95 | 90 |
| |
96 | 91 |
| |
97 | 92 |
| |
98 | 93 |
| |
99 | 94 |
| |
| 95 | + | |
100 | 96 |
| |
101 | 97 |
| |
102 | 98 |
| |
103 | 99 |
| |
104 |
| - | |
| 100 | + |
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
57 | 55 |
| |
58 | 56 |
| |
59 | 57 |
| |
60 | 58 |
| |
61 |
| - | |
62 | 59 |
| |
63 | 60 |
| |
64 | 61 |
| |
| |||
78 | 75 |
| |
79 | 76 |
| |
80 | 77 |
| |
| 78 | + | |
81 | 79 |
| |
82 | 80 |
| |
83 | 81 |
| |
84 | 82 |
| |
85 |
| - | |
| 83 | + |
0 commit comments