Wednesday, 15 June 2016

Stack

What is Stack?
}It  is  Linear Data Structure
} Concept is Last in First out : LIFO
} Insertions and Deletions are Done from the Same     
  end, which is called as the top of the stack.
} Inserting an element to the stack is called Push   
  operation
} Deleting an element from the stack is called as   

   pop operation 

No comments:

Post a Comment