鏈表的建立與基本操做(Python版)

鏈表的建立與基本操做(Python版) #/usr/bin/python #-*- coding: utf-8 -*- #Function: simulate the link-list in python #__author__: Tresser # class LNode(object): #結點初始化函數, p 即模擬所存放的下一個結點的地址 #爲了方便傳參, 設置 p 的
相關文章
相關標籤/搜索