Hi I am trying to solve this leetcode question: https://leetcode.com/problems/shortest-distance-from-all-buildings/
I am using a BFS approach and my solution is "