Computer Science, asked by mikedelei, 2 months ago

Explain two major factors
to consider when selecting a data structure.

Answers

Answered by chinnababudoddi1948
3

Explanation:

If you are a programmer and want to choose a data structure for your program, consider these factors:

The size of the data.

The size of the storage.

The data dynamics, such as changing or editing the data.

The speed of data use

Similar questions