diff --git a/posts/algorithms/leetcode-daily.html b/posts/algorithms/leetcode-daily.html index 1b577c5..0a571a5 100644 --- a/posts/algorithms/leetcode-daily.html +++ b/posts/algorithms/leetcode-daily.html @@ -210,7 +210,7 @@ Note that the size of the frequency map is bounded by \(lg_{2}({10^9})\approx30\).
-Space Complexity:Thus, the window uses \(O(1)\) space.
+Space Complexity: Thus, the window uses \(O(1)\) space.
Time Complexity: \(\Theta(\)len(nums)\()\)
—every element of nums is considered at least