Skip to content

Commit 585098e

Browse files
authored
Update Merging_SLL.c
1 parent f6d128b commit 585098e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Merging_SLL.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//To implement linear search and selection sort in a singly linked list
1+
//To implement selection sort in single linked lists and merge them by comparing the nodes
22
//12.03.19
33

44
#include <stdio.h>
@@ -236,4 +236,4 @@ struct nodeStructure *mergeLinkedLists(struct nodeStructure *firstListScanner, s
236236
}
237237

238238
//Written in ANSI C for the GNU-GCC compiler
239-
//Elit Altum
239+
//Elit Altum

0 commit comments

Comments
 (0)