fix(post): minor typo
This commit is contained in:
parent
ffe899476d
commit
87d970593a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>\()\)
|
||||
—every element of <code>nums</code> is considered at least
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue