Offline processing
1847.Closest-Room (M+)
https://expl.ai/QFPMRRQ
Initially had a thought, but if processing solution in an online fashion, time complexity too much.
After taking offline processing into consideration, things become a bit hard in Python because need TreeMap for querying the closest one.
Last updated