-
Notifications
You must be signed in to change notification settings - Fork 10
Issues: Apollys/EPI-Variants-Solutions
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Design an algorithm that takes a 2d black and white grid and an index pair (i, j), and sets the value specified by (i, j) to black. It then returns the size of the largest black region after the pixel (i, j) has been changed to black (note: book is ambiguous on this). Optimize runtime for many repeated calls to this algorithm.
#6
opened Nov 19, 2021 by
Chinmay26
ProTip!
Adding no:label will show everything without a label.