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
Copy file name to clipboardExpand all lines: Deque/README.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ Those empty spots at the front only get used when you call `enqueueFront()`. But
281
281
282
282
Recall that `capacity` is the original number of empty places at the front of the queue. If the `head` has advanced more to the right than twice the capacity, then it's time to trim off a bunch of these empty spots. We reduce it to about 25%.
283
283
284
-
> **Note:**he deque will keep at least its original capacity by comparing `capacity` to `originalCapacity`.
284
+
> **Note:**The deque will keep at least its original capacity by comparing `capacity` to `originalCapacity`.
0 commit comments