gpt4 book ai didi

c++ - 为什么 priority_queue 没有 front() 而有 top()

转载 作者:行者123 更新时间:2023-11-30 03:41:57 27 4
gpt4 key购买 nike

因为它是一个“队列”,该方法不应该被称为 front() 而不是 top() 吗?这背后有什么原因吗?

最佳答案

这是因为(据我估计——因为我没有命名它……)它们通常是用概念上有顶部的堆来实现的——因为东西会上升到堆的顶部,接下来会被取下。

https://en.wikipedia.org/wiki/Priority_queue

关于c++ - 为什么 priority_queue 没有 front() 而有 top(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37107236/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com