Skip to content

An assignment from INF2440 - Effective Parallel Programming which involved implementing a parallelised implementation of the Least Significant Digit radix sort and achieving speedup as compared to the sequential implementation.

Notifications You must be signed in to change notification settings

lcokafor/LSD-radix-sort

Repository files navigation

LSD-radix-sort

An assignment from the class INF2440 - Effective Parallel Programming taken Spring 2018 at the University of Oslo, which involved coding a parallelised implementation of the Least Significant Digit radix sort and achieving speedup as compared to the sequential implementation.

Please read 'Oblig 4 report' for instructions on how to run code.

Oblig4Precode.java and SekvensiellRadix.java are not written by me, but are necessary for Oblig4.java to run properly. They were provided with assignment.

About

An assignment from INF2440 - Effective Parallel Programming which involved implementing a parallelised implementation of the Least Significant Digit radix sort and achieving speedup as compared to the sequential implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages