Skip to content
EntityQ629283· pop 24· linked from 160 articles

优先队列

Sign in to save

電腦科學中的抽象資料類型

Article · 中文

优先队列(priority queue)是计算机科学中的一类抽象数据类型。优先队列中的每个元素都有各自的优先级,优先级最高的元素最先得到服务;优先级相同的元素按照其在优先队列中的顺序得到服务。优先队列通常使用「堆積」(heap)实现。

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories