Computer Science
2D lists can only contain lists of same shapes.
Linear Lists
1 Like
Answer
False
Reason — 2D lists can contain lists of the same shape, known as regular 2D lists, and can also contain lists of different shapes, known as ragged lists.
Answered By
1 Like
Related Questions
Fill in the blanks:
A _________ has lists as its elements.
Fill in the blanks:
A _________ nested list has same shape of all its element-lists.
Stacks can be implemented using lists.
Lists where controlled insertions and deletions take place such that insertions at the rear end and deletions from the front end, are queues.