ArrayList 和 LinkedList區別 以及 ArrayList集合知識點總結

ArrayList和LinkedList的區別,各個基本操作的複雜度是多少,方法是什麼,ArrayList的底層結構是什麼,如果數組容量不夠怎麼辦,擴容之後get的複雜度是多少… **答:**ArrayList與LinkedList都是List接口的實現類, List是一個接口又繼承了Collection接口。 ArrayList: get() 、add()、remove() LinkedList
相關文章
相關標籤/搜索