-
University Of Houston
- Houston, TX
Stars
A collaborative endeavor to create a small code editor for the Java programming language; hence the name "decaf."
Texas A&M Datathon
Using a nation's FIFA ranking to predict their performance in a world cup to see what factors help determines s team's likelihood to win.
Designing and analyzing an algorithm for solving a variant of the Tower of Hanoi
This program reads an arbitrary text file and compresses it losslessly. It is meant to demonstrate the efficiency and functionality of Huffman Encoding techniques.
This file implements members of a class for arbitrary-size integer arithmetic. It is meant to help get around the maximum value limit for int.