aoc-2023

My solutions in CHICKEN scheme to Advent of Code 2023
git clone https://git.instinctive.eu/aoc-2023.git
Log | Files | Refs | README | LICENSE

day19.txt (354B)


      1 px{a<2006:qkq,m>2090:A,rfg}
      2 pv{a>1716:R,A}
      3 lnx{m>1548:A,A}
      4 rfg{s<537:gd,x>2440:R,A}
      5 qs{s>3448:A,lnx}
      6 qkq{x<1416:A,crn}
      7 crn{x>2662:A,R}
      8 in{s<1351:px,qqz}
      9 qqz{s>2770:qs,m<1801:hdj,R}
     10 gd{a>3333:R,R}
     11 hdj{m>838:A,pv}
     12 
     13 {x=787,m=2655,a=1222,s=2876}
     14 {x=1679,m=44,a=2067,s=496}
     15 {x=2036,m=264,a=79,s=2244}
     16 {x=2461,m=1339,a=466,s=291}
     17 {x=2127,m=1623,a=2188,s=1013}