MLE Error (Explain)

Could You Please tell me the MLE error meaning I am not getting and could you please find what I m missing due to which I am getting this error?

1 Like

@vikram.keswani108,
MLE means Memory Limit Exceeded. Try to reduce space complexity of your code.

Could You Please Point What I am missing that I am facing MLE here. I am not able to get it.

@vikram.keswani108,
Use global containers, rather than passing them as arguments.