"In practice we meet it very often." is wrong.
Changed to "In practice we need it very often." or "In practice we use it very often" would also work.
This commit is contained in:
parent
3a6d70bd34
commit
46c88b4df7
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ A [queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) is one of mo
|
||||||
|
|
||||||
Arrays support both operations.
|
Arrays support both operations.
|
||||||
|
|
||||||
In practice we meet it very often. For example, a queue of messages that need to be shown on-screen.
|
In practice we need it very often. For example, a queue of messages that need to be shown on-screen.
|
||||||
|
|
||||||
There's another use case for arrays -- the data structure named [stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type)).
|
There's another use case for arrays -- the data structure named [stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type)).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue