Skip to content

Latest commit

 

History

History

linked-lists

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

This assignment implements the problem statement in C using Singly Linked List as Data Structure and Merge Sort as Sorting Algorithm.

Compilation command:

gcc main.c utility.c

Tested on:

GCC on Ubuntu 20.04 LTS

Known Issues:

  • On some terminals, strings(for names etc) might not be accepted properly.