THIS MEMORY LIMIT ISSUE ON SOLO LEARN | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

THIS MEMORY LIMIT ISSUE ON SOLO LEARN

I enjoyed my time writing my previous code but coz of Memory limit issue i couldn't see the output. is there any solution that solo learn is working on to solve that? You can check it on my profile page in the CODES section.

26th Jul 2019, 5:55 PM
AppInventor
AppInventor - avatar
6 Answers
+ 6
The limitation to 5 seconds is a nice occasion to learn code efficiency. ;-) Important to know: the output is also limited in number of characters (number of bytes infact), so sometimes you may receive a time limit for this reason, not because processing is long.
26th Jul 2019, 6:22 PM
Cépagrave
Cépagrave - avatar
+ 5
Which one? You have 31 codes 🤔 Post the link in your description if you can, that would really help 😁
26th Jul 2019, 5:56 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 3
Maybe you should just use C++ instead, so you can actually control your own memory 😉 Just joking of course. To my point, you might need to find a way to more efficiently allocate objects, like fewer global variables for example.
26th Jul 2019, 6:06 PM
Zeke Williams
Zeke Williams - avatar
+ 3
It means it's limited I mean we can't use swing I don't know how many of them that I don't aware of Hope someone noticing that and working on a solution Daniel 【#ChildOfGod】 https://code.sololearn.com/cBl8FKDrWGyN/?ref=app
27th Jul 2019, 9:21 AM
AppInventor
AppInventor - avatar
+ 2
The memory limit sucks but it's needed to prevent people breaking this site with large codes :/ . The best thing you can do is use a language that lets you control memory like C or C++ and try to make your program as memory efficient as possible.
26th Jul 2019, 6:10 PM
haydenki
haydenki - avatar
+ 1
The memory limit sucks but it's needed to prevent people breaking this site with large codes :/ . The best thing you can do is use a language that lets you control memory like C or C++ and try to make your program as memory efficient as possible.
26th Jul 2019, 6:10 PM
haydenki
haydenki - avatar