[JdeRobot] Doubt in Programming Challenges

Hmrishav Bandyopadhyay hmrishavbandyopadhyay at gmail.com
Mon Mar 9 06:19:22 CET 2020


Hello,
   This is Hmrishav Bandyopadhyay and I am facing a doubt regarding the C++
programming challenge. In the challenge it is mentioned that the
application has to save the schema of the largest detected pathway. Does
the largest detected pathway have to start from the first row?
For example:


*# # # # .  # # # #*

*# # # .  .  .  # # #*
*# # .  .  #  . # # #*
*# # .  # #  . # # #*
*# # .  # #  . # # #*
*# # # # # # # # #*

Should be :


*# # # # 1  # # # #*

*# # # 4 2 3  # # #*
*# # 6 5  #  . # # #*
*# # 7  # #  . # # #*
*# # 8  # #  . # # #*
*# # #  # # # # # #*

OR:


*# # # # .  # # # #*

*# # # 5 6 7 # # #*
*# # 3 4 # 8 # # #*
*# # 2 # # 9 # # #*
*# # 1 # # 10# # #*

*# # # # # # # # #*

Regards,
Hmrishav Bandyopadhyay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://gsyc.urjc.es/pipermail/jde-developers/attachments/20200309/987c3a97/attachment-0001.html>


More information about the Jde-developers mailing list