Skip to content

Commit

Permalink
Merge pull request #29 from gerasimov/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
amejiarosario authored Aug 19, 2019
2 parents 98f0dfb + b5aae35 commit 3356e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/content/part02/queue.asc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ As an experiment, we can see in the following table that if we had implemented t
.2+.^s| Data Structure 2+^s| Searching By 3+^s| Inserting at the 3+^s| Deleting from .2+.^s| Space
^|_Index/Key_ ^|_Value_ ^|_beginning_ ^|_middle_ ^|_end_ ^|_beginning_ ^|_middle_ ^|_end_
| Queue (w/array) ^|- ^|- ^|- ^|- ^|O(1) ^|*O(n)* ^|- ^|- ^|O(n)
| Queue (w/list) ^|- ^|- ^|- ^|- ^|O(1) ^|- ^|- ^|O(1) ^|O(n)
| Queue (w/list) ^|- ^|- ^|- ^|- ^|O(1) ^|O(1) ^|- ^|- ^|O(n)
|===
// end::table[]
indexterm:[Runtime, Linear]

0 comments on commit 3356e1f

Please sign in to comment.