摘要: Linklist定义:node includes pointer(next) and value区别(与Array):Array has indice,which is in sequence,LinkList has pointer to next.single list and double l... 阅读全文
posted @ 2015-06-06 06:24 微微程序媛 阅读(186) 评论(0) 推荐(0)