Skip to content

This is a university assignment of algorithm formation and analysis

Notifications You must be signed in to change notification settings

lukasan/Merge-sort-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm formation and analysis

Lab1 - Merge sort

To work with bigger stack size, you need to set the stack limit as high as you can on your machine:

ulimit -s unlimited

Then compile the program(s):

make mergesort_array
make mergesort_linked

And run the program(s):

./mergesort_array [size]
./mergesort_linked [size]

where [size] is the amount of items in an array or a list.

About

This is a university assignment of algorithm formation and analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published