Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb3fd5ac

Browse files
committed
Update bloom filters description.
1 parenta2310c5 commitb3fd5ac

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
@@ -232,7 +232,7 @@ Below is the list of some of the most used Big O notations and their performance
232232
|**B-Tree**| log(n)| log(n)| log(n)| log(n)||
233233
|**Red-Black Tree**| log(n)| log(n)| log(n)| log(n)||
234234
|**AVL Tree**| log(n)| log(n)| log(n)| log(n)||
235-
|**Bloom Filter**| -| 1| 1| -||
235+
|**Bloom Filter**| -| 1| 1| -|False positives are possible while searching|
236236

237237
###Array Sorting Algorithms Complexity
238238

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp