Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is considered an optimized list?
Home
Python
Which of the following is considered an optimized list?
asked
Apr 6, 2022
in
Python
by
sharadyadav1986
edited
Apr 6, 2022
by
sharadyadav1986
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
python-list
python-packages-list
python-sqlalchemy
python-data-access
python-string
python-file
python-directory
python-date-time
python-server
python-command
python-object
python-packages-download
python-packages-example
python-packages-install
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 6, 2022
by
sharadyadav1986
d)
deque
is considered an
optimized list
...