morning +7, in the maze problem, i 've tried my ways like only declare 2 struct variable temp and another to store the data, and modify them if needed, so as to avoid the memory limit exceeded issue. There occurs still,however, when the input gets big, memory limit.Could you gimme some advice on avoiding memory limit based on my code below?please. Thank you.
morning +7, in the maze problem, i 've tried my ways like only declare 2 struct variable temp and another to store the data, and modify them if needed, so as to avoid the memory limit exceeded issue. There occurs still,however, when the input gets big, memory limit.Could you gimme some advice on avoiding memory limit based on my code below?please. Thank you.