About Me

My photo
Northglenn, Colorado, United States
I'm primarily a BI Developer on the Microsoft stack. I do sometimes touch upon other Microsoft stacks ( web development, application development, and sql server development).

Monday, February 20, 2006

Old School: Sort Algorithms

http://linux.wku.edu/~lamonml/algor/sort/sort.html

Ok, this just brings back good ol' memories of my first two years in the computer science degree. I remember when I had to program all of these and their time results in C. This pages discusses the classic alogrithms:

Bubble sort
Heap sort
Insertion sort
Merge sort
Quick sort
Selection sort
Shell sort

I also did Bi-Directional Bubble Sort and Bucket Sort as two individual programs of sorting algorithms for my final project.

No comments: