We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
im using python , i tried recursion n marking as i recurse, for that i had to build copy of the grid like g2=g1[:]
but the complier isnt reading it and makes the changes in both of them, is it something idk or this complier on hackerearth is faulty??
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Find the Path
You are viewing a single comment's thread. Return to all comments →
im using python , i tried recursion n marking as i recurse, for that i had to build copy of the grid like g2=g1[:] but the complier isnt reading it and makes the changes in both of them, is it something idk or this complier on hackerearth is faulty??