阅读背景:

链接列表与用于使用向量类实现堆栈的动态数组

来源:互联网 

I was reading up on the two different ways of implementing a stack: linked list and dynamic arrays. The main advantage of a linked list over a dynamic array was that the linked list did not have to be resized while a dynamic array had to be resized if too many elements were inserted hence wasting alot of time and memory. I was reading up on the two different ways of i




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

分享到: