Seating Arrangement
CodeChefOpen on judge ↗
You are given a matrix of size M × N representing a classroom. - 1 represents an occupied bench (student present) - 0 represents a vacant bench The gap between two students is defined as the number of vacant benches between them, considering only: - Same row, or - Same column Your task is to determine: - The minimum gap between any two students - The maximum gap between any two students ### In
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start