What usually affects the runtime of a program, could it be the lines of codes or what? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What usually affects the runtime of a program, could it be the lines of codes or what?

21st Jan 2018, 9:30 PM
@king_kloy
@king_kloy - avatar
2 Answers
+ 3
Number of CPU instructions, memory use, and device access.
21st Jan 2018, 11:04 PM
non
+ 1
Number of calculations that will run. Not necessarily the number of code lines
21st Jan 2018, 10:49 PM
aviad
aviad - avatar