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

Python

C++


JAVA
PHP
SQL
Alice

Sorts


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.