KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Science

What are data structures ? Name some common data structures.

Linear Lists

1 Like

Answer

A data structure is a named group of data of different data types which is stored in a specific way and can be processed as a single unit. A data structure has well-defined operations, behaviour and properties.

Some common data structures are Stack, Lists, Queue, Linked lists and Tree.

Answered By

3 Likes


Related Questions