Projects Showcase

Project 1: Hashing Algorithms with Large Datasets

 

This project was a python script developed by Christian Thede and Maxwell Hunter. It takes information from a csv file, hashes it, and writes the result into a seperate txt file. The goal of this project was to test what we had learned about hashing and look at the time complexity of the different hashing algorithms. If you would like more information please download the report below.


H-Option Gate Logic and Addition

 

This is a Honors project that I developed my sophomore year at UNK to explore the use of logic gates. The project is a python script that takes in one binary number and adds it to another binary number using logic gates like AND, OR, and XOR. The script also includes a carry bit to account for overflow. I learned a lot from this project and it was a great opportunity to delve further into the world of computers.