Skip to content

JackBarker7/AdventOfCode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to the 2022 Advent of Code. I have done them in C++ where possible, but for some days I did it in Python instead, where language features made the sulution much quicker

Days in Python:

  • Day 13 - Rather than building a custom parser for lists such as

    [[],[[8],[4,[4,7],1,[7,0,4,9]],3],[[[9],[0,3,2,8]],7,[5],8],[[[5,0,9,4],9,[1,6,5]],7,[8,1,[4],[]],[]],[2,3,[[5,0,4],5,4],[4]]]

    in C++, I decided to switch to Python and use eval()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published