Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 287 Bytes

File metadata and controls

7 lines (6 loc) · 287 Bytes

Linux

threads.c

Contains the code to sort a list using multithreads and then merges them using another thread. The list can be sorted using any of the sorting algorithm

shell.c

Contains a customized linux terminal and it can executed several of the commands listed in the code.