Changes

Jump to: navigation, search

Lucky Charms

291 bytes added, 22:06, 10 April 2018
no edit summary
= Progress =
Link to the [https://docs.google.com/presentation/d/1P1Uuswg9xnzCXERpGGyWBigNgoNTSOwjSJP4NPFp_EM/edit?usp=sharing presentation]
== A1: Select and Assess ==
There wasn't a project source code for this. Everything was written by yours truly. etc. etc. etc, (with help from online sources for the algorithms). The 10 algorithms tested are:
=== Source Code ===
[https://www.dropbox.com/s/gzq4hxxuo6w5v46/arraySorting.h?dl=0 sort.h] algorithms file,
[https://www.dropbox.com/s/ifckl4or27yn6qb/main.cpp?dl=0 main.cpp] (v1) file,
[https://www.dropbox.com/s/d9ki7psnuwy8pgd/main.cpp?dl=0 main.cpp] (v2) file,
[https://www.dropbox.com/s/28h29njwuw6rpw1/utilities.h?dl=0 utilities.h] file
===== bubble sort =====
[[File:BubbleS.png]]
===== shell sort =====
[[File:ShellS.png]]
===== files =====
[https://www.dropbox.com/s/gzq4hxxuo6w5v46/arraySorting.h?dl=0 sort.h] algorithms file,
[https://www.dropbox.com/s/ifckl4or27yn6qb/main.cpp?dl=0 main.cpp] (v1) file,
[https://www.dropbox.com/s/d9ki7psnuwy8pgd/main.cpp?dl=0 main.cpp] (v2) file,
[https://www.dropbox.com/s/28h29njwuw6rpw1/utilities.h?dl=0 utilities.h] file
----
=== Results ===
== A2: Parallelize ==
=== Source Code ===
[https://www. a2.cu] file
===== bubble sort =====
[[File:BubbleS.png]] => [[File:A2-bubblesort.png]]
===== selection sort =====
[[File:SelectionS.png]] => [[File:A2-selectionsort.png]]
===== insertion sort =====
Cant Can't be parallelized.
----
== A3: Optimize ==
=== Source Code ===
[https://www. a3.cu] file
===== bubble sort =====
[[File:A2-bubblesort.png]] => [[File:A3-bubblesort2.png]]
===== selection sort =====
[[File:A2-selectionsort.png]] => [[File:A3-selectionsort.png]]===== radix sort =====
----
=== Results ===

Navigation menu