Skip to content

A rough "first pass" at each Advent of Code 2023 problem. Time permitting, I'll add tests, refactor, and improve the time complexity of the few that were not optimal.

Notifications You must be signed in to change notification settings

CharlesHolmes/advent-of-code-2023

Repository files navigation

These are all rough first attempts!

Time permitting, I'll come back through and clean up the submissions for readability. :)

To run each executable, pass the local path of input.txt.

To simplify debugging, which was initially done in Visual Studio 2022 on Windows 10, each project's launchSettings.json is configured to go looking for this input at %USERPROFILE%\Desktop\AdventOfCode2023Inputs\DayXYProblemZ\input.txt

About

A rough "first pass" at each Advent of Code 2023 problem. Time permitting, I'll add tests, refactor, and improve the time complexity of the few that were not optimal.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages