villegar / aocR

Advent of Code in R

Home Page:http://aocr.robertovillegas-diaz.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

For this AoC, I'm trying to stick to base R functions only, which after day 3 has proven more complicated than I thought (purrr me-ow out! 🐈). That being said, I'm hoping to eventually refactor my solutions, so they can be a bit less clunky, but still using base R (and trying to stay away from the pipe, |>, so the code runs with older versions of R 🤔). - R-berto

Credits

This repo is based on a template created by Matt Dray, aoc.rstats.template; which was inspired by YiWen's Advent of Code (AOC) template repository for Python; originally created to help support a Coffee & Coding session, November 2023.

Daily meme

Source: https://www.reddit.com/r/adventofcode/comments/18iwpa4

Log

About

Advent of Code in R

http://aocr.robertovillegas-diaz.com/

License:Other


Languages

Language:R 100.0%