02線性結構——線性表:數組和鏈表

目錄java   1、線性表node 2、數組數組 2.一、動態數組ide 簡單動態數組實現:函數 3、鏈表this 簡單單向鏈表實現:3d 雙向鏈表指針 循環鏈表code 1、線性表 package com.turingschool.demo.ds; public interface List<E> { //返回線性表的大小 public int getSize(); //判斷線性
相關文章
相關標籤/搜索