數據結構實驗報告單鏈表的基本操做

一.知識點java 單鏈表:函數 部分紅員方法: 構造函數、get、set、add、remove、getSize、contains、merge 最基本的動做: 從左到右移動指針p=p.nextthis 帶頭節點的單鏈表類spa public class SheadLinkedList<AnyType extends Comparable<?super AnyType>>{指針        pri
相關文章
相關標籤/搜索