diff --git a/_posts/2021-09-13-summed-area-table.md b/_posts/2021-09-13-summed-area-table.md index 739a9a7b9f3da..4f47599578b2d 100644 --- a/_posts/2021-09-13-summed-area-table.md +++ b/_posts/2021-09-13-summed-area-table.md @@ -51,6 +51,6 @@ int sum_submatrix(int x_low, int y_low, int x_high, int y_high) { } ``` -You can find the much better thought out and illustrated solution (here)[https://nayan.co/blog/AI/Integral-Image/]. +You can find the much better thought out and illustrated solution [here](https://nayan.co/blog/AI/Integral-Image/). Lastly, it is incredibly important to remember that this algorithm can also be used to retrieve stastics of the submatrices.