Home  >  Article  >  You can only delete data from the stack, right?

You can only delete data from the stack, right?

王林
王林Original
2020-05-07 14:12:032795browse

You can only delete data from the stack, right?

# It is wrong to only delete data in the stack.

The stack is a linear list limited to one end for insertion and deletion.

The stack organizes data according to the principle of "first in, last out" or "last in, first out". Therefore, the stack is also called a "first in, last out" table or a "last in, first out" table.

The above is the detailed content of You can only delete data from the stack, right?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is a sequence frame?Next article:What is a sequence frame?