We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e4a37 commit 3d97a5dCopy full SHA for 3d97a5d
README.md
@@ -63,7 +63,7 @@ There are two deafult implementations: `BinaryHeapPriorityQueue` and `MappedBina
63
|Enqueue|O(log n)|O(log n)|
64
|Dequeue|O(log n)|O(log n)|
65
|IsEmpty|O(1)|O(1)|
66
-|Remove|O(n)|O(1)|
+|Remove|O(log n)|O(log n)|
67
|Contains|O(n)|O(1)|
68
|Clear|O(n)|O(n)|
69
0 commit comments