Difference between revisions of "The Bean Counters"
Line 24: | Line 24: | ||
=== Source Code === | === Source Code === | ||
===== bubble sort ===== | ===== bubble sort ===== | ||
− | [[File: | + | [[File:BubbleS.png]] |
− | |||
===== selection sort ===== | ===== selection sort ===== | ||
− | [[File: | + | [[File:SelectionS.png]] |
− | |||
===== insertion sort ===== | ===== insertion sort ===== | ||
− | [[File: | + | [[File:InsertionS1.png]] |
− | + | [[File:InsertionS2.png]] | |
− | [[File: | ||
− | |||
===== merge sort ===== | ===== merge sort ===== | ||
− | [[File: | + | [[File:MergeS.png]] |
− | |||
===== heap sort ===== | ===== heap sort ===== | ||
− | [[File: | + | [[File:HeapS.png]] |
− | |||
===== quick sort ===== | ===== quick sort ===== | ||
− | [[File: | + | [[File:QuickS.png]] |
− | |||
===== counting sort ===== | ===== counting sort ===== | ||
− | [[File: | + | [[File:CountingS.png]] |
− | |||
===== radix sort ===== | ===== radix sort ===== | ||
− | [[File: | + | [[File:RadixS.png]] |
− | |||
===== bucket sort ===== | ===== bucket sort ===== | ||
− | [[File: | + | [[File:BucketS.png]] |
− | |||
===== shell sort ===== | ===== shell sort ===== | ||
− | [[File: | + | [[File:ShellS.png]] |
=== Results === | === Results === | ||
==== Flat Profile ==== | ==== Flat Profile ==== | ||
− | [[File: | + | [[File:A1flat.png]] |
− | |||
==== Call Graph ==== | ==== Call Graph ==== | ||
− | [[File:A1.call. | + | [[File:A1.call.png]] |
− | |||
==== Clustered Column Chart ==== | ==== Clustered Column Chart ==== | ||
− | [[File:Desktop_Screenshot_2018.04.02_-_17.14.57. | + | [[File:Desktop_Screenshot_2018.04.02_-_17.14.57.19_-_Copy.png]] |
== A2: Parallelize == | == A2: Parallelize == |
Revision as of 09:33, 5 April 2018
GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary
Contents
The Bean Counters
Beans are a cheap commodity, so to count them is a rather silly thing to do. A "bean counter" is one who nitpicks over small things in order to save costs.
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: