Programmer's algorithm fun Q62: the largest rectangle in the calendar

catalogue 1. Problem description 2. Problem solving analysis 2.1 matrix representation of calendar of each month   2.2 handling of holidays and compensatory public holidays 2.3 find the maximum rectangle 2.3.1 violent search 2.3.2 sliding window search 3. Code and test 4. Postscript 1. Problem description   2. Problem solv ...

Posted by senorfrog on Fri, 12 Nov 2021 08:06:40 -0800