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

Commit2371dd2

Browse files
committed
Update LinkedList time complexity for deletion.
1 parenta1d218d commit2371dd2

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
@@ -279,7 +279,7 @@ Below is the list of some of the most used Big O notations and their performance
279279
|**Array**| 1| n| n| n||
280280
|**Stack**| n| n| 1| 1||
281281
|**Queue**| n| n| 1| 1||
282-
|**Linked List**| n| n| 1|1||
282+
|**Linked List**| n| n| 1|n||
283283
|**Hash Table**| -| n| n| n| In case of perfect hash function costs would be O(1)|
284284
|**Binary Search Tree**| n| n| n| n| In case of balanced tree costs would be O(log(n))|
285285
|**B-Tree**| log(n)| log(n)| log(n)| log(n)||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp