removeif / blog_comment

personal blog comment.
https://removeif.github.io/
1 stars 2 forks source link

用栈实现队列/用队列实现栈 - 辣椒の酱 #99

Open removeif opened 4 years ago

removeif commented 4 years ago

https://removeif.github.io/data-structure/%E7%94%A8%E6%A0%88%E5%AE%9E%E7%8E%B0%E9%98%9F%E5%88%97-%E7%94%A8%E9%98%9F%E5%88%97%E5%AE%9E%E7%8E%B0%E6%A0%88.html

队列是一种先进先出的数据结构,栈是一种先进后出的数据结构。