美文网首页
堆、栈(Stack、Queue)

堆、栈(Stack、Queue)

作者: 952625a28d0d | 来源:发表于2019-02-13 11:14 被阅读3次

Stack 堆

  • First In Last Out (FILO) 先入后出
  • Array or Linked List 数组或者链表


    image.png

Queue 栈

  • First In First Out (FIFO) 先入先出
  • Array or Linked List 数组或者链表


    image.png

常用数据结构的时间复杂度

image.png

相关文章

网友评论

      本文标题:堆、栈(Stack、Queue)

      本文链接:https://www.haomeiwen.com/subject/ldmreqtx.html