My solutions to advent of code problems in 2024
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Alex Selimov 56e68a77d2
Finish up Advent of Code 2024
3 weeks ago
day1 Solve day 1 with Haskell 1 month ago
day2 Fix readme 1 month ago
day3 Solution to day 3 1 month ago
day4 Solve day 4 1 month ago
day5 Update readmes and day8 4 weeks ago
day6 Update readmes and day8 4 weeks ago
day7 Update readmes and day8 4 weeks ago
day8 Update readmes and day8 4 weeks ago
LICENSE Initial commit 1 month ago
README.md Finish up Advent of Code 2024 3 weeks ago

README.md

AdventOfCode2024

My solutions to advent of code problems in 2024

Problems and Languages Used

Below are a list of the programming languages used to solve each day:

  • Day 1 - Haskell
  • Day 2 - Haskell
  • Day 3 - Rust
  • Day 4 - Rust
  • Day 5 - Python
  • Day 6 - Rust
  • Day 7 - Python
  • Day 8 - Rust

NOTE:

I was originally hoping to use Advent of Code as an excuse to do Haskell but I'm finding that I don't have time to work on learning Haskell in this manner. I still plan on tackling Haskell but I have other projects that I'm more interested in working on than these toy problems. The little bit I did was pretty fun though and maybe next year I'll have more time to devote to Haskell and these code problems.