<div dir="ltr">Hello,<div>I am Sakshay Mahna, second year CSE undergraduate at IIT Ropar. I am interested to take part in GSOC 2020 under JdeRobot. I had a doubt in one of the programming challenge. In the C++ Labyrinth Challenge. Since, we have to go through holes to find the largest pathway, <b>is it possible to repeat the holes?</b> By repeating the holes, the given second test case would have 2 possible solutions, which are:</div><div><br></div><div># # 0 #                          # # 0 #</div><div># 2 1 #                          # 2 1 #</div><div># 3 4 #                          # 4 3 #</div><div><br></div><div>Are both these solutions correct? Also, by repeating holes, we may face the following test case as well:</div><div><br></div><div>Test Case                    Possible Solution</div><div># # . #                              # # 0 #</div><div># .  .  .                              # 2 1 3</div><div># # # #                             # # # #</div><div><br></div><div>Is the above test case possible?</div><div><br></div><div>Thanks and regards,</div><div>Sakshay Mahna</div><div><br></div><div><br></div></div>