栈与队列

栈的实现
实现方式可以是顺序栈。 顺序栈的内存可以是以数组的方式静态分配,也可以malooc动态分配。
同样实现方式也可以是链式栈。

队列的实现
队列的特性用链式的方式实现较为合理。

https://blog.csdn.net/qq_35924276/article/details/81384826

https://blog.csdn.net/weixin_41143631/article/details/81675177

https://blog.csdn.net/Sun_student/article/details/86063045

https://www.cnblogs.com/wangha/p/11099794.html

posted @ 2019-11-13 11:15  hostid  阅读(92)  评论(0编辑  收藏  举报