Jeremy Kruman

Code:

View on GitHub

Due to University of Michigan Honor Code restrictions, I am unable to post code used for in-class projects. Feel free tocontact me to learn more. Some of these projects include:

  • A website and accompanying mixed-reality application for University of Michigan Health Systems doctors to monitor current patients.
  • A photo sharing website, written using the Flask Python framework, HTML, and CSS.
  • A search engine for a large collection of documents, built using Flask and Hadoop.
  • A campaign simulation program based off of theKnapsack Problem and theTravelling Salesman Problem, written in C++.
  • An AI that plays a dungeon exploration game with turn-based combat, written in Python.
  • A database manager similar to SQL, written in C++.
  • A solution generator for the logic game 0h h1, written in C++.
  • An assembler and simulator for a 32-bit, 8-instruction ISA, written in C.
  • A pathfinding algorithm for changing one word into another, one letter at a time, written in C++.
  • A simulator for the Euchre card game, with support for multiple human and AI players, written in C++.