Sun Haozhe's Blog

Sun Haozhe's Blog


  • Home

  • Categories

  • Archives

  • Tags

  • About

  • Search

Distinction between queue, stack and heap

Posted on 2019-05-23 | In Misc
| Words count in article 46
English French Chinese Property
queue file 队列 First In First Out
stack pile 栈, 堆栈 Last In First Out
heap tas 堆 Tree-based data structure. In a heap, the highest (or lowest) priority element is always stored at the root.
# Computer science # Common knowledge # Data structures and algorithms
Logit
Pytorch Tensor type casting
Sun Haozhe

Sun Haozhe

GitHub IO blogs

78 posts
4 categories
16 tags
GitHub
© 2019 - 2024 Sun Haozhe
Powered by Jekyll
Theme - NexT.Mist