Skip to content

njeunje/Slow-Sorting-by-Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slow Sorting by Threads

Slow Sorting by Threads

sortJonathanNjeunje is a C program designed to do an inefficient but effective ascending order sort of an in-code predefined array of non-negative integers using threads and sleep function.

Installatoion

Use the commande below to compile the .c file.

gcc -o sortJonathanNjeunje sortJonathanNjeunje.c -pthread

Usage

Run the command below to execute the program. Note that the program has a predefined test array, which can be motified by editing the testArray and the constant NUM_ELMTS in the .c file before recompiling.

./sortJonathanNjeunje

Contributing

Any Contributions are welcome.

##Authors and acknowledgment Jonathan Njeunje

##Licence MIT

About

Slow Sorting by Threads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages