Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed-dash committed Jan 9, 2024
1 parent d8c15af commit dac8451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AoC_2023/Dazbo's_Advent_of_Code_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4673,7 +4673,7 @@
" differnce of the cumulative sums of their col indexes.\n",
"\n",
"This approach is efficient because to obtain a vertical or horizontal distance between two points, \n",
"we only need to retrieve two index values from the array, and subtract one from the other."
"we only need to retrieve two index values from the array, and subtract one from the other. The cumulative sum array is ideal when we need to frequently obtain the sum of a range."
]
},
{
Expand Down

0 comments on commit dac8451

Please sign in to comment.