GitXplorerGitXplorer
b

adventofcode

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
54aa0e078b40667a467e8e10c8b9333fb9563a9b

Forgot the test data

committed 4 years ago
Unverified
1b05d5c99b8d65e3dc814f0705062e9516441932

Ah, Regexps. You're the devil. (Context Free Grammar, but thankfully finite)

committed 4 years ago
Unverified
cad24a4e13ae35a7b830d54c58adcded6d3aed77

Parsing weird math :) An AST would have been nice, but this was fast and dirty.

committed 4 years ago
Unverified
fe5ce3134fd9d2ef3e1af2657b5e60be6433a543

Day 16: Process of elimination

committed 4 years ago
Unverified
bd5e27d26eb7712333961e152ab962b076ab0f70

Day 14 - odd bitmasks :)

committed 4 years ago
Unverified
61e6bbe815952812717af64bda069bb692720133

Modulu calculus reloaded. Reducing the size of the problem to a smaller, equivalent problem goes a long way.

committed 4 years ago

README

The README file for this repository.

adventofcode

adventofcode.com

rdm: I created this repo to hold adventofcode puzzle code.