GitXplorerGitXplorer
e

advent-2022

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
550bad7b86af08adf881c191b73fd3c909e6c672

add day 17 p2 solution

eelh committed 2 years ago
Unverified
cd7ceb14b542892d558e4606859520dee27cded8

add day 16 p2 solution

eelh committed 2 years ago
Unverified
d5f6a3eadfd7d9fca4219b192d3763c113b1e12e

add day 16 p1 solution

eelh committed 2 years ago
Unverified
5374a81a99a57e9d12a571026e058ee30cfb18c7

test using BFS for day 19 branch and bound. DFS stil much better

eelh committed 2 years ago
Unverified
4a59ba3dde8172c6f2a486a74ece5d57abcc4387

add day 17 p1 solution

eelh committed 2 years ago
Unverified
63bcd5f3797a07ef81501ce335f119369355f8ac

add day 21 p2 solution

eelh committed 2 years ago

README

The README file for this repository.

advent-2022 🎄

AoC Stars

Learning Clojure via 2022 Advent of Code.

UPDATE 1/3/23: Completed!!

Usage

My inputs are "gitignored" from this repo. To run, they are expected at paths like inputs/25_input.txt. See Makefile for context.

day=01 make run-example
day=14 make run

// directly
clj -M -m advent-2022.day-19 <path to input file>

// development
make test
make lint
make wc