CSCI 3322 (Principles of Algorithms):
Sample Programs
C++ implementation of algorithms from textbook
Program for insertion sort:
InsertionSort.cpp
.
Program for merge sort:
MergeSort.cpp
.
Other programs
Code to test and time matrix multiplication two ways -- simple approach and block-based approach:
here
.
Other files
Simple makefile for C and C++.
.