This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
61 files changed
+957
-993
lines changed- solution
- 0100-0199/0195.Tenth Line
- 0700-0799/0799.Champagne Tower
- 1100-1199
- 1108.Defanging an IP Address
- 1111.Maximum Nesting Depth of Two Valid Parentheses Strings
- 1138.Alphabet Board Path
- 1139.Largest 1-Bordered Square
- 1184.Distance Between Bus Stops
- 1200-1299
- 1238.Circular Permutation in Binary Representation
- 1256.Encode Number
- 1300-1399
- 1301.Number of Paths with Max Score
- 1318.Minimum Flips to Make a OR b Equal to c
- 1324.Print Words Vertically
- 1400-1499
- 1418.Display Table of Food Orders in a Restaurant
- 1448.Count Good Nodes in Binary Tree
- 1470.Shuffle the Array
- 1481.Least Number of Unique Integers after K Removals
- 1500-1599
- 1523.Count Odd Numbers in an Interval Range
- 1534.Count Good Triplets
- 1600-1699
- 1617.Count Subtrees With Max Distance Between Cities
- 1618.Maximum Font to Fit a Sentence in a Screen
- 1634.Add Two Polynomials Represented as Linked Lists
- 1649.Create Sorted Array through Instructions
- 1660.Correct a Binary Tree
- 1700-1799
- 1725.Number Of Rectangles That Can Form The Largest Square
- 1746.Maximum Subarray Sum After One Operation
- 1768.Merge Strings Alternately
- 1788.Maximize the Beauty of the Garden
- 1800-1899
- 1801.Number of Orders in the Backlog
- 1803.Count Pairs With XOR in a Range
- 1808.Maximize Number of Nice Divisors
- 1827.Minimum Operations to Make the Array Increasing
- 1836.Remove Duplicates From an Unsorted Linked List
- 1872.Stone Game VIII
- 1874.Minimize Product Sum of Two Arrays
- 1877.Minimize Maximum Pair Sum in Array
- 1900-1999
- 1911.Maximum Alternating Subsequence Sum
- 1913.Maximum Product Difference Between Two Pairs
- 1914.Cyclically Rotating a Grid
- 1915.Number of Wonderful Substrings
- 1916.Count Ways to Build Rooms in an Ant Colony
- 3500-3599
- 3574.Maximize Subarray GCD Score
- 3575.Maximum Good Subtree Score
- 3577.Count the Number of Computer Unlocking Permutations
- 3578.Count Partitions With Max-Min Difference at Most K
- 3579.Minimum Steps to Convert String with Operations
- 3580.Find Consistently Improving Employees
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+957
-993
lines changedLines changed: 0 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 | 26 |
| |
28 |
| - | |
29 | 27 |
| |
30 |
| - | |
31 | 28 |
| |
32 |
| - | |
33 | 29 |
| |
34 |
| - | |
35 | 30 |
| |
36 |
| - | |
37 | 31 |
| |
38 |
| - | |
39 | 32 |
| |
40 |
| - | |
41 | 33 |
| |
42 |
| - | |
43 | 34 |
| |
44 |
| - | |
45 | 35 |
| |
46 |
| - | |
47 | 36 |
| |
48 | 37 |
| |
49 | 38 |
| |
50 | 39 |
| |
51 | 40 |
| |
52 |
| - | |
53 | 41 |
| |
54 |
| - | |
55 | 42 |
| |
56 | 43 |
| |
57 | 44 |
| |
58 |
| - | |
59 | 45 |
| |
60 |
| - | |
61 | 46 |
| |
62 | 47 |
| |
63 | 48 |
| |
|
Lines changed: 2 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
34 |
| - | |
35 | 33 |
| |
36 |
| - | |
37 | 34 |
| |
38 |
| - | |
39 | 35 |
| |
40 |
| - | |
41 | 36 |
| |
42 | 37 |
| |
43 | 38 |
| |
44 | 39 |
| |
45 | 40 |
| |
46 |
| - | |
47 | 41 |
| |
48 |
| - | |
49 | 42 |
| |
50 |
| - | |
51 | 43 |
| |
52 |
| - | |
53 | 44 |
| |
54 | 45 |
| |
55 | 46 |
| |
56 | 47 |
| |
57 | 48 |
| |
58 |
| - | |
59 | 49 |
| |
60 |
| - | |
61 | 50 |
| |
62 |
| - | |
63 | 51 |
| |
64 | 52 |
| |
65 | 53 |
| |
66 |
| - | |
67 | 54 |
| |
68 | 55 |
| |
69 | 56 |
| |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
| 57 | + | |
| 58 | + | |
75 | 59 |
| |
76 | 60 |
| |
77 | 61 |
| |
|
0 commit comments