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

Commit2a3b013

Browse files
committed
Add data-structure complexity table.
1 parent7bd7f9a commit2a3b013

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
@@ -206,7 +206,7 @@ Below is the list of some of the most used Big O notations and their performance
206206
|**Queue**| n| n| 1| 1||
207207
|**Linked List**| n| n| 1| 1||
208208
|**Hash Table**| -| n| n| n| In case of perfect hash function costs would be O(1)|
209-
|**Binary Search Tree**| n| n| n| n||
209+
|**Binary Search Tree**| n| n| n| n|In case of balanced tree costs would be O(log(n))|
210210
|**B-Tree**| log(n)| log(n)| log(n)| log(n)||
211211
|**Red-Black Tree**| log(n)| log(n)| log(n)| log(n)||
212212
|**AVL Tree**| log(n)| log(n)| log(n)| log(n)||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp