题目
单项选择题
Question at position 2 Why is an ArrayList's remove( ) slower than a LinkedList's remove( )?It has to move elementsIt creates a new ArrayList on the heapIt converts the data to a LinkedList firstIt has to garbage collect the array entry
选项
A.It has to move elements
B.It creates a new ArrayList on the heap
C.It converts the data to a LinkedList first
D.It has to garbage collect the array entry
查看解析
标准答案
Please login to view
思路分析
Consider the question about why removing from an ArrayList can be slower than removing from a LinkedList.
Option 1: It has to move elements. This is true because an ArrayList stores elements contiguously in an array; when you remove an element at a given index, all subsequent elements must be shifted left to fill the gap, wh......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
What statement accurately describes the difference between a list and a dictionary?
A data structure is a simple unit that consists of one chunk of data only.
A data structure, such as a tuple, list or dictionary, controls the flow of logic in a module?
Sorted arrays and binary search trees can both be used as a dictionary data structure. Suppose that a dictionary is required to store n items that will be inserted in a randomized order. Which statement is not correct?
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!