8000
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 a2310c5 commit b3fd5acCopy full SHA for b3fd5ac
README.md
@@ -232,7 +232,7 @@ Below is the list of some of the most used Big O notations and their performance
232
| **B-Tree** | log(n) | log(n) | log(n) | log(n) | |
233
| **Red-Black Tree** | log(n) | log(n) | log(n) | log(n) | |
234
| **AVL Tree** | log(n) | log(n) | log(n) | log(n) | |
235
-| **Bloom Filter** | - | 1 | 1 | - | |
+| **Bloom Filter** | - | 1 | 1 | - | False positives are possible while searching |
236
237
### Array Sorting Algorithms Complexity
238
0 commit comments