Skip to content

Commit 4bce05a

Browse files
authored
Update LinkedListIntroduction.md
1 parent 6f7cf15 commit 4bce05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/deepak/data/structures/LinkedList/LinkedListIntroduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ We have three types of Linked List : _Singly Linked List, Doubly Linked List and
2828
- Represent polynomials
2929

3030
Complexity of various operations can be defines as follows,
31+
Note : Addition and deletion here is happening at head. If it happens at tail, complexity will be O(n)
3132

3233
<img width="493" alt="singly_linked_list" src="https://cloud.githubusercontent.com/assets/3439029/22179122/e3ad7596-dffe-11e6-81bf-823e8ed38c64.png">
3334

0 commit comments

Comments
 (0)