Skip to content

victorfeijo/ParallelProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

ParallelProgramming

Bucket Sorting in C with <pthread.h> Group : José Victor Feijó de Araujo/ Leonardo Vailatti

For compile use : gcc -lpthread BucketSort.c -o BucketSort -Wall

For execute binary : ./BucketSort 100 10 15

100 = size of array

10 = number of threads

15 = number of buckets

About

Some workings in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages