演算法與資結:鏈結串列(Linked List)的另一種實作方式

這週就放鬆一點,將上次的鏈結串列練習(https://lucrelin.blogspot.com/2019/05/linked-list.html)改寫成沒有指標的實作版本。

使用鏈結串列資料結構的code
https://github.com/lucreciaLin/AlgorithmDataStructure/blob/master/linkedList1.c

下圖為進git & 編譯結果:



留言

熱門文章