Stack and Queue in Data Structure
Stack and Queue in Data Structure
NAME : LOGESHWARAN.A
REG NO : 22ITU218
CLASS : II BSC IT D
DATE : 03/11/2023
ORDERED LIST:
An ordered list , in the context of data structures , typically refers to a linear
data structure where elements are arranged in a specific order. This order can be
based on various criteria , such as the order in which elements were added or specific
properties of the elements .
• Access time for elements is o(1) because you can directly access
an element by its index.