Skip to content

Commit cf51341

Browse files
Update in SLL and DLL
1 parent 4b94876 commit cf51341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DLL.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Doubly Link List
1+
// Doubly Linked List
22
// -------------------------
33
// 1. Insert at Beginning
44
// 2. Insert at End

SLL.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Singly Link List
1+
// Singly Linked List
22
// -------------------------
33
// 1. Insert at Beginning
44
// 2. Insert in Middle

0 commit comments

Comments
 (0)