Computer Science and Cognitive Science at the University of Michigan
My current research experience relates to programming language design and development at FPLab, as well as social media influencers & careers at the University of Michigan School of Information.
I've spent the majority of my life making art in my
spare time, and even as a hobby I've always strived to
make a positive impact with my work.
Recently, I've been doing a lot of journalistic
illustration at the Michigan Daily--
check out some of my recent
design work here!
Feel free to reach out, whether about my projects, design/illustration inquiries, or just to say hi!
This is the home of most of my programming projects, important links, and my design portfolio. Hosted on GitHub Pages.
A relational database emulating standard structured query languages, implemented in C++. Key functionality includes creation/removal of tables, inserting/deleting keys, joining tables together, and generating keys for selective searching/printing.
"How do we find the most efficient routes for package
delivery across multiple regions of campus?"
C++ program applying understanding of common algorithms to
calculate efficient flight paths. Calculates minimum
spanning trees and solves the Traveling Salesman Problem,
both optimally, and near-optimally by applying heuristics.