thanks to @DarkSharpness
This commit is contained in:
Henry He
2024-03-09 13:25:58 +08:00
committed by GitHub
parent 903784b739
commit 066b5db646

View File

@ -63,7 +63,7 @@ public:
}
/**
* merge two priority_queues with at least O(logn) complexity.
* merge two priority_queues with at most O(logn) complexity.
* clear the other priority_queue.
*/
void merge(priority_queue &other) {