answersLogoWhite

0

What data structure the pushand pop?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

Push and pop are properties of a stack (also called a LIFO-- Last In, First Out-- queue).

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What data structure the pushand pop?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the subject-matters of data structure?

types of data structure types of data structure


How do you amend a data structure?

How do you amend a data structure?


What is the difference between allocation and search data structure?

difference between serch data structure and allocation data structure


What is homogeneous data structure?

collection of dissimilar type of data is called non homogeneous data structure as for example structure .


What is the weakness of Data structure diagram?

weakness of data structure diagrams


What is a homogeneous data structure and why is this a weakness for RDBMS?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array


Which data structure used in database?

You create your own data structure in database.


What does pop stand for in internet slang?

In computing, PUSH and POP refer to the principal operations with a stack data structure, where pushadds a new item on the top of the stack and pop removes an item from the top of the stack.


Every data structure in data warehouse contains time element?

Every data structure in the data warehouse contains the time element. Why?


Quick sort is faster in data structure?

I think the data structure in question is array.


What is the difference between data and data structure?

Data structure: An information structure is an arrangement of information considered as one substance. An int, for instance, is a straightforward variable, can't be considered as an information structure, yet an exhibit is an information structure. Data: Information will be data that has been interpreted into a frame that is more advantageous to move or procedure.


Role of data structure to insert an element in the data structure?

using data structure an element can insert at any position easily. with out traversing through the entire list.