What is code optimization? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
28th Mar 2019, 9:51 AM
kamal sharma
kamal sharma - avatar
4 Answers
+ 5
E.g. using a binary search instead of a linear search.
28th Mar 2019, 11:35 AM
Sonic
Sonic - avatar
+ 2
Making the code more efficient.
28th Mar 2019, 10:30 AM
Chig Bungus
Chig Bungus - avatar
+ 2
Can u explain It with atleast a lilttle example.
28th Mar 2019, 10:32 AM
kamal sharma
kamal sharma - avatar
+ 1
Some ways you can optimise: - Reducing the size. - Using less memory. - Making it execute faster. - Perform fewer input/output operations.
28th Mar 2019, 10:35 AM
Chig Bungus
Chig Bungus - avatar