Skip to content

Commit 3d97a5d

Browse files
authored
Update README.md
1 parent 90e4a37 commit 3d97a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ There are two deafult implementations: `BinaryHeapPriorityQueue` and `MappedBina
6363
|Enqueue|O(log n)|O(log n)|
6464
|Dequeue|O(log n)|O(log n)|
6565
|IsEmpty|O(1)|O(1)|
66-
|Remove|O(n)|O(1)|
66+
|Remove|O(log n)|O(log n)|
6767
|Contains|O(n)|O(1)|
6868
|Clear|O(n)|O(n)|
6969

0 commit comments

Comments
 (0)