KnowledgeBoat Logo

Computer Science

Suggest a situation where you can use a regular two dimensional list.

Linear Lists

3 Likes

Answer

A regular two dimensional list is used where structured data organization is required. For example, a program to store and manipulate student grades. We can use a two-dimensional list where each row represents a student and each column represents a different subject.

Answered By

3 Likes


Related Questions