Skip to content

Merge sort using pipes and fork implemented as part of Operating Systems module

Notifications You must be signed in to change notification settings

rbary/mergeSortFork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

A simple implementation of a merge sort using pipes and fork

Running

In a terminal gcc mergeSortFork.c -o merge

./merge : sorts some values randomly generated

./merge -n : sorts "n" values randomly generated

./merge -f data.txt : sorts some values stored in a file (one value per line)

About

Merge sort using pipes and fork implemented as part of Operating Systems module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages