Difference between revisions of "Lucky Charms"
(→A3: Optimize) |
(→A3: Optimize) |
||
Line 76: | Line 76: | ||
===== selection sort ===== | ===== selection sort ===== | ||
[[File:A3-selectionsort.png]] | [[File:A3-selectionsort.png]] | ||
+ | ===== radix sort ===== | ||
---- | ---- | ||
=== Results === | === Results === |
Revision as of 20:07, 10 April 2018
GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary
Contents
Team Members
Email All
Projects
- sudoku - by Tian Debebe (CMU) not affiliated with Yankai whatsoever
- sorting algorithms - Alex Allain cprogramming.com, Animations
Progress
A1: Select and Assess
There wasn't a project source code for this. Everything was written by yours truly. etc. etc. etc. The 10 algorithms tested are:
Source Code
bubble sort
selection sort
insertion sort
merge sort
heap sort
quick sort
counting sort
radix sort
bucket sort
shell sort
files
sort.h algorithms file, main.cpp (v1) file, main.cpp (v2) file, utilities.h file
Results
Flat Profile
Call Graph
Clustered Column Chart
A2: Parallelize
Source Code
bubble sort
selection sort
insertion sort
Cant be parallelized.