ECE242  
     
 

Following are the assignments and project I wrote for ECE242. All the source code is available for viewing.

 

Assignments
   
Number Description
1 This program will accept a series of positive integers delimited by a single negative integer. It will then accept a second series of positiveintegers also delimited by a negative integer. It will search for the integers in the second series in the first series.

Assig1.zip
 
2 This program will accept from the prompt either data, comprising of a name, an address, and a dollar figure for people, or commands to be performed on the data . The commands include to add a new customer, dispatch service to the new customer, to print the names or address of the customers or to stop the program.

Assig2.zip
 
3 This program will read in a floor pattern, and then report the number of tiles of the same colour that are connected to a given tile, uses recursive search.

Assig3.zip
 
4 Prints out the Huffman coding of characters in any redirected input.

Assig4.zip
 
   
Projects
   
Title Description
Connect 4 AI

The goal of this assignment was to make a Connect 4 playing artifical inteligence. The program is coded in C.

DOS Executable
Source Code