aboutsummaryrefslogtreecommitdiff
path: root/challenge-097/abigail/lua
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-27Typo fixAbigail
2021-01-27Lua solution for week 97, part 2Abigail
2021-01-26Lua solution for week 97, part 2Abigail