Data Structure Flashcards

1
Q

Data Structure

A

A data structure is a particular way of organizing data in a computer so that it can be used effectively.

For example, we can store a list of items having the same data-type using the array data structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Linked List

A

A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are linked using pointers as shown in the below image:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly