Pinned Repositories
AI-for-MaxCut
Implementation of various AI methods for solving the MaxCut problem and comparison with approximate methods.
ATM
Program to build and simulate an alternating turing machine on a given input with GUI
BudgetingWallet
A wallet application with a budget interface. Categories in a tree-like structure are maintained and items purchased remove budget from all categories it is under. Uses a text-based interface.
Chess
A specialized chess program that allows different move set pieces with GUI and tests
KnR-solutions
Code implementations of exercises from the C programming manual written by K and R
Scraper
Web Scraper that accumulates information about movies and the actors starring in them
x86-assembler
Java program that takes in a text file representing x86 assembly code, translates it and then runs the code.
jermcmahan's Repositories
jermcmahan/AI-for-MaxCut
Implementation of various AI methods for solving the MaxCut problem and comparison with approximate methods.
jermcmahan/ATM
Program to build and simulate an alternating turing machine on a given input with GUI
jermcmahan/BudgetingWallet
A wallet application with a budget interface. Categories in a tree-like structure are maintained and items purchased remove budget from all categories it is under. Uses a text-based interface.
jermcmahan/Chess
A specialized chess program that allows different move set pieces with GUI and tests
jermcmahan/KnR-solutions
Code implementations of exercises from the C programming manual written by K and R
jermcmahan/Scraper
Web Scraper that accumulates information about movies and the actors starring in them
jermcmahan/x86-assembler
Java program that takes in a text file representing x86 assembly code, translates it and then runs the code.