Format the EN markdown files.
This commit is contained in:
parent
12fc5e49eb
commit
99ad40ea26
@ -11,7 +11,7 @@ The common operations in a double-ended queue are listed below, and the names of
|
||||
<p align="center"> Table <id> Efficiency of double-ended queue operations </p>
|
||||
|
||||
| Method Name | Description | Time Complexity |
|
||||
| ------------- | --------------------------- | --------------- |
|
||||
| ------------- | -------------------------- | --------------- |
|
||||
| `pushFirst()` | Add an element to the head | $O(1)$ |
|
||||
| `pushLast()` | Add an element to the tail | $O(1)$ |
|
||||
| `popFirst()` | Remove the first element | $O(1)$ |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user