diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5725e9 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# ParallelComputing +This repo contains all the code and assignments from my parallel computing coursework at Purdue University. + +# HW1 + + +# HW6 +* Part 1 : Parallel Quick sort alogrthim +* Part 2 : Parallel Sample sort algorithm