Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lesyk authored Sep 16, 2019
1 parent b68bf18 commit 98dd6e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1192,9 +1192,6 @@ Queue is empty.
| | Access | Search | Insertion | Deletion | Access | Search | Insertion | Deletion | |
| Stack | Θ(n) | Θ(n) | Θ(1) | Θ(1) | O(n) | O(n) | O(1) | O(1) | O(n) |

### Real world example
> ?
### Swift

**Example:**
Expand Down

0 comments on commit 98dd6e6

Please sign in to comment.