aboutsummaryrefslogtreecommitdiff
path: root/challenge-097/abigail/node
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-30Eliminate a magic numberAbigail
2021-01-27Node.js solution for week 97, part 2Abigail
2021-01-26Node.js solution for week 097, part 1Abigail