Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
/ aoc22 Public archive

AOC 2022 solutions in a different language each day

Notifications You must be signed in to change notification settings

siriscmv/aoc22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

  • Each day is in a separate folder, with its own language
  • Each folder contains 2 files p1 and p2 and the input file input.txt
  • List of problems can be found here
  • Most of the programs were run on repl.it
  • Most of the solutions have a naive approach, and are not optimized for speed
  • Some programs may error out due to the input having CRLF line endings, so you may have to convert them to LF and vice versa

List of solutions