+ 2

How the "speed" factor acts in sololearn ?

It always trends that some programming language like Java and Python are comparatively somewhat slower than C, C++. Is this factor present on sololearn?? Does codes of C++ runs faster on sololearn as compare to the codes of Python??

14th Jan 2019, 10:44 AM
Ayush Sinha
Ayush Sinha - avatar
3 odpowiedzi
+ 4
I doubt that a C(++) code runs noticeably faster on Sololearn than e.g. a python code, but it might decide if your code will run at all or if it won't. If your code needs to count to a billion or something like that, it might work in C/++ and time out in python
14th Jan 2019, 11:04 AM
Anna
Anna - avatar
+ 2
Yes I also have experienced it while coding.
14th Jan 2019, 11:53 AM
Ayush Sinha
Ayush Sinha - avatar