forked from boostorg/unordered
Fix some complexity errors in the comparison table.
[SVN r42099]
This commit is contained in:
@@ -109,8 +109,8 @@
|
|||||||
]
|
]
|
||||||
[
|
[
|
||||||
[Inserting a range of /N/ elements]
|
[Inserting a range of /N/ elements]
|
||||||
[/N/ log(`size()`+/N/)]
|
[ /N/ log(`size()`+/N/) ]
|
||||||
[Average case O(/N/), worst case O(/N/ * 'size()')]
|
[Average case O(/N/), worst case O(/N/ * `size()`)]
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
[Erase by key, `k`]
|
[Erase by key, `k`]
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
[
|
[
|
||||||
[Find]
|
[Find]
|
||||||
[logarithmic]
|
[logarithmic]
|
||||||
[Average case: O(/N/), Worst case: O(`size()`)]
|
[Average case: O(1), Worst case: O(`size()`)]
|
||||||
]
|
]
|
||||||
[/ TODO: Average case is probably wrong. ]
|
[/ TODO: Average case is probably wrong. ]
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user