Skip to content

bjoernma/AdOfCode2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdOfCode2021

My versions of possible solutions of the Advent of Code 2021. If you have any possible improvements, please feel free to add :) This repo is also a bit of a script and tool collection for me.

Day 1

I just wanted to try some things with awk again. The trick seemed to be to load data list into an array. All the interesting stuff happens in the END statement.

Day 2

This day more about python3. Just load the data into a list and add the values accordingly...

Day 5

Again I'm using python3 to do some array based counting. And using the right arrays was a big help. For part 1, one can just comment out the diagonal elif section

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published