Skip to content

bogdan-deac/AOC2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC2023

Advent of code 2023 solved using haskell

Day1

Part1

Easy, just some function composition.

Part 2

Could probably have done it in a cleaner way, but I wanted to use Parsec.

Day 2

Pretty simple, but probably could have done it in a cleaner fashion.

Day 3

Probably the most difficult one so far, but array manipulation in haskell is tough. Didn't bother using Vector or things like that.

Day 4

Honestly the hardest part was understanding how the part 2 scoring works, not that difficult after that. Added some small optimizations using vectors.

Day 5 - WIP

Day 6

Fairly simple math. Careful about overflows when squaring

About

Advent of code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published