Hacker News new | ask | show | jobs
by Labo333 291 days ago
CH gives you recurrence on the matrix. You want recurrence on an individual element (indexed by [start][end]).
1 comments

Any recurrence that holds on the matrix also holds on each individual element (and vice versa, in that a recurrence holds on the matrix just in case it holds on every individual element).