Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main

Python

C++


JAVA
PHP
SQL
Alice

Sorts


Description

Download zip file (Right click)
Download tar/gzip file (Right click)

Makefile
QS.cpp
SampleQS.txt
otherSort
otherSort.cpp
oursort
oursort.cpp
sorts.cpp
sorts.h
sorts.o

Description
Sorts contains several programs relating to sorting.
  • sorts.h and sorts.cpp contain implementations of bubblesort, insertion sort, selection sort, quicksort, and mergesort. They were written during CS156H, Spring 2001.
  • oursort.cpp uses the sorts from the previous files.
  • QS.cpp is an implementation of quicksort that prints at various stages to try to demonstrate what is going on.