fix typo
thanks to @DarkSharpness
This commit is contained in:
@ -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.
|
* clear the other priority_queue.
|
||||||
*/
|
*/
|
||||||
void merge(priority_queue &other) {
|
void merge(priority_queue &other) {
|
||||||
|
Reference in New Issue
Block a user