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.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
79 views
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.