From 87d970593a44c933fed3a58278f45467d3fad34a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 10 Nov 2024 17:07:45 -0500 Subject: [PATCH] fix(post): minor typo --- posts/algorithms/leetcode-daily.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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