This commit is contained in:
Adam Donahue 2024-07-17 10:37:27 +09:00 committed by GitHub
commit ceb34fe3c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ In other words, the filter can take in items. When
we go to check if an item has previously been
inserted, it can tell us either "no" or "maybe".
Both insertion and search are `O(1)` operations.
Both insertion and search are `O(k)` operations.
## Making the filter