0 votes
in Python by
edited by
Which of the following is considered an optimized list?

Select the correct option from below:

a) OrderedDict

b) namedtuple

c) counter

d) deque

e) chainmap

1 Answer

0 votes
by

d) deque is considered an optimized list

Related questions

0 votes
asked Apr 6, 2022 in Python Packages and Data Access by sharadyadav1986
0 votes
asked Apr 6, 2022 in Python Packages and Data Access by sharadyadav1986
...