He shared a codility platform link and pasted the question in the platform which was based on “Multisource BFS”. The questions was as follows - In the village there are some houses and some stores that are represented in a 2-D Matrix. Houses are represented by ‘H’ and stores are represented by ‘S’. The task is to find the minimum moves to reach the store from all the houses.