From 6bc14c2d09bb6e391f124ae03078ab592329adfd Mon Sep 17 00:00:00 2001 From: Sandesh Katta Date: Mon, 2 Oct 2023 00:18:32 -0400 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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