|
Algoriths |
|
binary.c |
binary search that returns a negative one if the number
is not found This code does a bubble sort and then preforms the binary
search |
|
|
Sorting |
|
Bubblesort.c |
Shows a
small, simple program that uses the famous bubble sort algorithm for sorting
an array of numbers. |
|
|
Encryption |
|
CryptCode.c |
A program
demonstrating encryption. |
Encrypt.zip
|
A program
demonstrating simple encryption. |
Linked Lists |
|
Dlist2.c |
Implementation of a doubly-linked list. |
|
|
Files i/O |
|
Address Book Using Classes |
This is an
address book program that stores name, address, phone, and email.
|