Which of the following data structure types is not used by LinkedList in the .NET Framework?Which of the following data structure types isnot used by LinkedList in the .NET Framework?A.ArrayB.Double linked listC.TreeD.Undirected map
来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/06 02:10:22
Which of the following data structure types is not used by LinkedList in the .NET Framework?Which of the following data structure types isnot used by LinkedList in the .NET Framework?A.ArrayB.Double linked listC.TreeD.Undirected map
Which of the following data structure types is not used by LinkedList in the .NET Framework?
Which of the following data structure types is
not used by LinkedList in the .NET Framework?
A.Array
B.Double linked list
C.Tree
D.Undirected map
Which of the following data structure types is not used by LinkedList in the .NET Framework?Which of the following data structure types isnot used by LinkedList in the .NET Framework?A.ArrayB.Double linked listC.TreeD.Undirected map
兄弟要参加考试?我也看到这题了,答案是ACD,只是不知道为什么,也不知道答案有没有问题
A.因为Array的复杂版本是ArrayList。而ArrayList不属于LinkedList