Is there a software/website where I can submit my C, C++ and Java codes and get statistics like the program execution time, memory used ? I'm interested in doing a comparision of the same code in different languages and getting an estimate of which data structures/operations are better suited for which language.
Do it yourself. On a *nix machine (e.g. Linux and OSX) just run from the terminal:
time java YourJavaProgram
or
time ./YourCProgram
On Windows, you can write a little batch script to do the equivalent.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With