Skip to content

Commit

Permalink
Update usaco-744.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SansPapyrus683 authored Nov 4, 2024
1 parent ccf96e0 commit 8f09864
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solutions/silver/usaco-744.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ poss_first = width * width - len(visible)

# handle the edge case where there's only 1 color
if len(visible) > 1:

# rect_num[r][c] is *going* to contain the # of rectangles
# that must contain the point (r, c)
rect_num = [[0] * (width + 1) for _ in range(width + 1)]
Expand Down

0 comments on commit 8f09864

Please sign in to comment.