top of page

PORTFOLIO

Here's where you can find a collection of various projects and professional experiences that I wanted to showcase, complete with images, commentary from yours truly, and download links where appropriate.

C++ Boggle Solver

CPlusPlusIcon.png

Personal Project, 2021

Over a few days, I took an hour or two of time every evening to refresh my C++ skills. I whipped up this example of graph creation and traversal for a rudimentary Boggle solver. Boggle is a simple game where letters are laid out in a grid and the player is challenged with creating words out of adjacent letters. This program takes a board layout and a list of "valid" answers and finds them all as fast as possible.

bottom of page