CBSE Class 12 Computer Science Question 43 of 68

Data Structures - I : Linear Lists — Question 15

Back to all questions
15
Question

Question 15

Suggest a situation where you can use ragged list ?

Answer

Suppose we are building a program to store information about different families and their members. In this program, each family can have a variable number of members, making it suitable to use a ragged list.