Pinned Repositories
AdventOfCode22
Advent of code problems for 2022, all written while learning how to use Vim.
AdventOfCode23
Advent of code 2023 in Rust
AutoResolve-Rust
My AutoResolve program implemented in Rust.
AutoResolveV2.0
Version 2 of AutoResolve. This time featuring Unit Tests as well as an improved architecture with better code practices. Very much WIP
AutoResolveVSv1.0
Helper app for a personal WIP board game. *Don't use, update to 2.0*
BattleMapGenerator
Battle map generator for "the Game".
CMSC-393-Programming-in-Rust
Programming in Rust Individual Studies Course
CMSC204Project
CMSC 204 Protocol Design Project - Tic Tac Toe
CMSC_215_Projects
Projects I created for CMSC 215: Programming 2.
CMSC_315_Projects
Projects I worked on for CMSC 315: Data Structures. Some of the code was provided by the instructor to be completed/improved.
LafeWessel's Repositories
LafeWessel/AdventOfCode22
Advent of code problems for 2022, all written while learning how to use Vim.
LafeWessel/AdventOfCode23
Advent of code 2023 in Rust
LafeWessel/AutoResolve-Rust
My AutoResolve program implemented in Rust.
LafeWessel/AutoResolveV2.0
Version 2 of AutoResolve. This time featuring Unit Tests as well as an improved architecture with better code practices. Very much WIP
LafeWessel/AutoResolveVSv1.0
Helper app for a personal WIP board game. *Don't use, update to 2.0*
LafeWessel/BattleMapGenerator
Battle map generator for "the Game".
LafeWessel/CMSC-393-Programming-in-Rust
Programming in Rust Individual Studies Course
LafeWessel/CMSC204Project
CMSC 204 Protocol Design Project - Tic Tac Toe
LafeWessel/CMSC_215_Projects
Projects I created for CMSC 215: Programming 2.
LafeWessel/CMSC_315_Projects
Projects I worked on for CMSC 315: Data Structures. Some of the code was provided by the instructor to be completed/improved.
LafeWessel/Euler-Projects
LafeWessel/March_Madness_2021
March Madness data prep and algorithm creation for guessing the top 10 teams in a given year of March Madness.
LafeWessel/March_Madness_2022
LafeWessel/MATH_212_Portfolio
LafeWessel/Rust-Neural-Network
My attempt at implementing a neural network in Rust both for the Rust practice and to better understand how neural networks work on the inside.
LafeWessel/Rust-S2
Attempt to get the Google C++ S2 geometry library working in Rust
LafeWessel/s2geometry
Computational geometry and spatial indexing on the sphere
LafeWessel/TicTacToe
C++ implementation of TicTacToe with unnecessary complexity.