阅读背景:

实现堆栈和单链表的最佳方法

来源:互联网 

Which is the best way to implement a stack and a singly-linked-list? Should i have two structs in which the first will contain the structure of a node ( value(s) , pointer ) and the other one the important nodes ( top or head,tail and the size if needed) or should i use only the node struct?Which is the best way to implement a stack and




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: