Skip to content
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

FireworkPenguin/AdventOfCode-2022-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode-2022-Solutions

Here are my solutions for the 2022 Advent of Code

Running the solutions

Programs are designed to run by running the file using python

example: `python d1.py`

The format for each solution's file name is 'd' followed by the day followed '.py' (file extension)

Each program reads the test's input from a seperate file with the naming convention 'data_d', day number, then '.txt' as the file extension

example: `data_d1.`

Some programs were modified to complete the second part of the question using modifications to the first problem without making its own process, this will be fixed before archival happens

Completion Status

  • Day 1 : Complete

  • Day 2 : Complete

  • Day 3 : Complete

  • Day 4 : Complete

  • Day 5 : Complete

  • Day 6 : Complete

  • Day 7 : Complete

  • Day 8 : Complete

  • Day 9 : Complete

  • Day 10 : Complete

  • Day 11 : Complete

  • Day 12 : Incomplete - Stuck either in an unending loop or giving a empty list as a route

  • Day 13 : Incomplete - Giving the right results in the test input, not when given the full input

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages