-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (25 loc) · 1.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
aoc:
solutions for aoc in awk
Each directory contains the daily solutions for the yearly aoc event.
The solution for part 1 of day 01 puzzle from 2019 is {2019/day01a}.
The solution for part 2 of day 03 puzzle from 2020 is {2020/day03b}.
The input for day 05 puzzle from 2019 is {2019/day05.in}.
And so on.
Each directory contains a README file describing each puzzle and
providing the expected output for each puzzle, when run via time(1)
and given its respective input. Most solutions were run on OpenBSD
awk(1); but some of them, for performance reasons, were run on GNU
gawk(1).
Problems involving md5 (2015/day04* and 2016/day05*) are ignored.
If you want md5 implemented in awk for the purposes of the Advent
of Code, check [1] and [2].
[1]: https://kaworu.ch/blog/2017/05/23/implementing-md5-in-AWK/
[2]: https://github.com/kAworu/adventofcode-2015
See also the following aoc solutions in awk by other people:
• https://github.com/kAworu/adventofcode-2015
• https://github.com/patsie75/aoc
• https://github.com/izabera/aoc2020
• https://github.com/bewuethr/advent-of-code/tree/master/2016
• https://github.com/bfdill/advent_of_code
• https://github.com/juntuu/advent_of_code_2020
• https://git.sr.ht/~ft/aoc