Tagged Questions
0
votes
0answers
122 views
Applying the Hopcroft-Karp algorithm for minimum dissection into rectangles for c#
I've been trying to implement the algorithm as seen in the bottom answer to this question.
Algorithm for finding the fewest rectangles to cover a set of rectangles
I've got two lists, one containing ...