fix(post): minor typo

This commit is contained in:
Barrett Ruth 2024-11-10 17:07:45 -05:00
parent ffe899476d
commit 87d970593a

View file

@ -210,7 +210,7 @@
Note that the size of the frequency map is bounded by
\(lg_{2}({10^9})\approx30\).
</p>
<p><u>Space Complexity</u>:Thus, the window uses \(O(1)\) space.</p>
<p><u>Space Complexity</u>: Thus, the window uses \(O(1)\) space.</p>
<p>
<u>Time Complexity</u>: \(\Theta(\)<code>len(nums)</code>\()\)
&mdash;every element of <code>nums</code> is considered at least