Regarding code mistake in tutorial

Sir, in this tutorial sir has taken for loop for bi from li+1 to n-1 but it should be bi=li to n-1 because we have to consider the submatrix of size 1 also , otherwise it is giving wrong answer.

hello @gods_eye
yeah u are right
it should be from bi=li

okay sir, thank you.