|
27 | 27 | <th>Solution</th>
|
28 | 28 | <th>Topics</th>
|
29 | 29 | </tr>
|
| 30 | + <tr> |
| 31 | + <td align="center">September 9th</td> |
| 32 | + <td>2028. <a href="https://leetcode.com/problems/find-missing-observations/">Find Missing Observations</a></td> |
| 33 | + <td align="center">$\text{\color{Dandelion}Medium}$</td> |
| 34 | + <td align="center"> |
| 35 | + <a href="https://github.com/cheehwatang/leetcode-java/blob/main/solutions/2028.%20Find%20Missing%20Observations/FindMissingObservations.java">Math</a> |
| 36 | + </td> |
| 37 | + <td align="center"> |
| 38 | + <a href="#array">Array</a>, |
| 39 | + <a href="#math">Math</a>, |
| 40 | + <a href="#simulation">Simulation</a> |
| 41 | + </td> |
| 42 | + </tr> |
30 | 43 | <tr>
|
31 | 44 | <td align="center">September 8th</td>
|
32 | 45 | <td>1155. <a href="https://leetcode.com/problems/number-of-dice-rolls-with-target-sum/">Number of Dice Rolls With Target Sum</a></td>
|
|
74 | 87 | <a href="#math">Math</a>
|
75 | 88 | </td>
|
76 | 89 | </tr>
|
77 |
| - <tr> |
78 |
| - <td align="center">September 4th</td> |
79 |
| - <td>923. <a href="https://leetcode.com/problems/3sum-with-multiplicity/">3Sum With Multiplicity</a></td> |
80 |
| - <td align="center">$\text{\color{Dandelion}Medium}$</td> |
81 |
| - <td align="center"> |
82 |
| - <a href="https://github.com/cheehwatang/leetcode-java/blob/main/solutions/923.%203Sum%20With%20Multiplicity/ThreeSumWithMultiplicity_Sorting_TwoPointers.java">Sorting & Two Pointers</a> |
83 |
| - </td> |
84 |
| - <td align="center"> |
85 |
| - <a href="#array">Array</a>, |
86 |
| - <a href="#sorting">Sorting</a>, |
87 |
| - <a href="#two-pointers">Two Pointers</a> |
88 |
| - </td> |
89 |
| - </tr> |
90 | 90 | </table>
|
91 | 91 | </br>
|
92 | 92 | <hr>
|
|
1593 | 1593 | </td>
|
1594 | 1594 | <td></td>
|
1595 | 1595 | </tr>
|
| 1596 | + <tr> |
| 1597 | + <td align="center">2028</td> |
| 1598 | + <td><a href="https://leetcode.com/problems/find-missing-observations/">Find Missing Observations</a></td> |
| 1599 | + <td align="center"> |
| 1600 | + <a href="https://github.com/cheehwatang/leetcode-java/blob/main/solutions/2028.%20Find%20Missing%20Observations/FindMissingObservations.java">Java</a> |
| 1601 | + </td> |
| 1602 | + <td align="center">$\text{\color{Dandelion}Medium}$</td> |
| 1603 | + <td align="center"> |
| 1604 | + <a href="#array">Array</a>, |
| 1605 | + <a href="#math">Math</a>, |
| 1606 | + <a href="#simulation">Simulation</a> |
| 1607 | + </td> |
| 1608 | + <td></td> |
| 1609 | + </tr> |
1596 | 1610 | <tr>
|
1597 | 1611 | <td align="center">2131</td>
|
1598 | 1612 | <td><a href="https://leetcode.com/problems/longest-palindrome-by-concatenating-two-letter-words/">Longest Palindrome by Concatenating Two Letter Words</a></td>
|
|
6410 | 6424 | </td>
|
6411 | 6425 | <td></td>
|
6412 | 6426 | </tr>
|
| 6427 | + <tr> |
| 6428 | + <td align="center">2028</td> |
| 6429 | + <td><a href="https://leetcode.com/problems/find-missing-observations/">Find Missing Observations</a></td> |
| 6430 | + <td align="center"> |
| 6431 | + <a href="https://github.com/cheehwatang/leetcode-java/blob/main/solutions/2028.%20Find%20Missing%20Observations/FindMissingObservations.java">Java</a> |
| 6432 | + </td> |
| 6433 | + <td align="center">$\text{\color{Dandelion}Medium}$</td> |
| 6434 | + <td align="center"> |
| 6435 | + <a href="#array">Array</a>, |
| 6436 | + <a href="#math">Math</a>, |
| 6437 | + <a href="#simulation">Simulation</a> |
| 6438 | + </td> |
| 6439 | + <td></td> |
| 6440 | + </tr> |
6413 | 6441 | <tr>
|
6414 | 6442 | <td align="center">2169</td>
|
6415 | 6443 | <td><a href="https://leetcode.com/problems/count-operations-to-obtain-zero/">Count Operations to Obtain Zero</a></td>
|
|
7236 | 7264 | </td>
|
7237 | 7265 | <td></td>
|
7238 | 7266 | </tr>
|
| 7267 | + <tr> |
| 7268 | + <td align="center">2028</td> |
| 7269 | + <td><a href="https://leetcode.com/problems/find-missing-observations/">Find Missing Observations</a></td> |
| 7270 | + <td align="center"> |
| 7271 | + <a href="https://github.com/cheehwatang/leetcode-java/blob/main/solutions/2028.%20Find%20Missing%20Observations/FindMissingObservations.java">Java</a> |
| 7272 | + </td> |
| 7273 | + <td align="center">$\text{\color{Dandelion}Medium}$</td> |
| 7274 | + <td align="center"> |
| 7275 | + <a href="#array">Array</a>, |
| 7276 | + <a href="#math">Math</a>, |
| 7277 | + <a href="#simulation">Simulation</a> |
| 7278 | + </td> |
| 7279 | + <td></td> |
| 7280 | + </tr> |
7239 | 7281 | <tr>
|
7240 | 7282 | <td align="center">2169</td>
|
7241 | 7283 | <td><a href="https://leetcode.com/problems/count-operations-to-obtain-zero/">Count Operations to Obtain Zero</a></td>
|
|
0 commit comments