+ 2
What is code optimization?
4 Antworten
+ 5
E.g. using a binary search instead of a linear search.
+ 2
Making the code more efficient.
+ 2
Can u explain It with atleast a lilttle example.
+ 1
Some ways you can optimise:
- Reducing the size.
- Using less memory.
- Making it execute faster.
- Perform fewer input/output operations.