Skip to content

Commit c8d504d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We have three types of Linked List : _Singly Linked List, Doubly Linked List and
2727
- Represent a deck of cards in a game.
2828
- Represent polynomials
2929

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

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

0 commit comments

Comments
 (0)