码迷,mamicode.com
首页 > 其他好文 > 详细

[LeetCode] 系统刷题8_Data Structure

时间:2019-05-13 09:18:12      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:link   most   queue   heap   log   tac   linear   www.   tag   

Linear data structure

  • Queue          used for BFS most of time
    • O(1) for push
    • O(1) for Pop
    • O(1) for Top
  • Stack
    • O(1) for push
    • O(1) for pop
    • O(1) for top

    [LeetCode] 155. Min Stack_Easy tag: stack

    [LeetCode] 232. Implement Queue using Stacks_Easy tag: stack

    

  • Hash

Tree data structure

  • Heap

[LeetCode] 系统刷题8_Data Structure

标签:link   most   queue   heap   log   tac   linear   www.   tag   

原文地址:https://www.cnblogs.com/Johnsonxiong/p/10854576.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!