单向链表 golang

lianming37 ·
更多评论
Insert方法的有段代码有错误,应该将(*preItem).next = preItem 修改为(*preItem).next = node
#2