Read More610 views2 minute read AlgorithmPriority Queue & HeapByWayne18/08/2023 Priority queue 是一個很好用的 data structure。它可以在常數時間內提供最大或最小值。在了解它之前,我們要先了解另一個 data structure 叫 heap。因為 priority queue 常常會用 heap 來實作。 Read More 0 0 0 0