My Portfolio
Jackson Taylor

A showcase of my projects

github.com/jt-taylor

linkedin.com/in/jackson-tyler-taylor

Lem-In (Network Pathfinding and flow Alg)

A custom alg for the max flow in a network

A customized alg based off of Edmond-Karps max-flow algorithm but differs in that it is optimized for the minimum turn count to move a given number of items from 1 room to anouther and not the true "maximum flow" of the network

Wolf3d
A Raycasting Maze Game

Graphics handled similar to the origional Wolfenstein Game that was a precurser to the game Doom,
uses a graphics library that only exposes the data stream for the window contents sans graphics functions

Abstract Vm
An abstract state machine implementing a stack

Takes assembly language instructions for +,-,*,/,% on int32, float, and doubles
the utility functions are push, pop, dump, print, assert, and exit