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
@@ -141,7 +140,6 @@ The repository contains the best versions of my solutions to LeetCode problems
141
140
| 1996 |[The Number of Weak Characters in the Game](https://leetcode.com/problems/the-number-of-weak-characters-in-the-game/)|[Python](Python/The%20Number%20of%20Weak%20Characters%20in%20the%20Game.py)| $O(n * \log_{2} n)$ | $O(n)$ | Medium | - |
142
141
| 2243 |[Calculate Digit Sum of a String](https://leetcode.com/problems/calculate-digit-sum-of-a-string/)|[Python](Python/Calculate%20Digit%20Sum%20of%20a%20String.py)| $O(\log_{k} n)$ | $O(\log_{k} n)$ | Easy | - |
143
142
| 2294 |[Partition Array Such That Maximum Difference Is K](https://leetcode.com/problems/partition-array-such-that-maximum-difference-is-k/)|[Python](Python/Partition%20Array%20Such%20That%20Maximum%20Difference%20Is%20K.py), [Java](Java/Partition%20Array%20Such%20That%20Maximum%20Difference%20Is%20K.java)| $O(n * \log_{2} n)$ | $O(1)$ | Medium | - |
144
-
| 2294 |[Partition Array Such That Maximum Difference Is K](https://leetcode.com/problems/partition-array-such-that-maximum-difference-is-k/)|[Python](Python/Partition%20Array%20Such%20That%20Maximum%20Difference%20Is%20K.py), [Java](Java/Partition%20Array%20Such%20That%20Maximum%20Difference%20Is%20K.java)| $O(n * \log_{2} n)$ | $O(1)$ | Medium | - |
145
143
| 2309 |[Greatest English Letter in Upper and Lower Case](https://leetcode.com/problems/greatest-english-letter-in-upper-and-lower-case/)|[Python](Python/Greatest%20English%20Letter%20in%20Upper%20and%20Lower%20Case.py)| $O(1)$ | $O(1)$ | Easy | - |
| 2316 |[Count Unreachable Pairs of Nodes in an Undirected Graph](https://leetcode.com/problems/count-unreachable-pairs-of-nodes-in-an-undirected-graph/)|[Python](Python/Count%20Unreachable%20Pairs%20of%20Nodes%20in%20an%20Undirected%20Graph.py)| $O(n)$ | $O(n)$ | Medium | - |
@@ -168,4 +166,4 @@ The repository contains the best versions of my solutions to LeetCode problems
168
166
169
167
## Last update
170
168
171
-
Solution table for problems was generated automatically on 2022-09-13 15:06 +0000
169
+
Solution table for problems was generated automatically on 2022-09-13 15:19 +0000
0 commit comments