This document discusses various data structure operations. It defines insert as adding a new element to an array, and delete as removing an element from an array. It also defines push as inserting an element into a stack, and pop as deleting an element from a stack. Linked lists are described as a linear collection of data elements linked through pointers.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
104 views1 page
Some Important Program
This document discusses various data structure operations. It defines insert as adding a new element to an array, and delete as removing an element from an array. It also defines push as inserting an element into a stack, and pop as deleting an element from a stack. Linked lists are described as a linear collection of data elements linked through pointers.