aboutsummaryrefslogtreecommitdiff
path: root/challenge-097/abigail/awk
AgeCommit message (Collapse)Author
2021-01-30Swap the role of sections and section length (size).Abigail
We initially implemented the algorithm where the number of sections is passed in as a parameter. However, it's not the number of sections, it's the length of each section. This was an easy fix, as the algorithm is pretty symmetric.
2021-01-30No need to split a string into individual charactersAbigail
2021-01-27Make AWK solution more like the other solutions.Abigail
2021-01-27AWK solution for week 97, part 2Abigail
2021-01-26AWK solution for week 097, part 1Abigail