I have some variables which I just need for a certain loop, so I would like to ask is it better to initialise them inside a loop or before you enter a loop. I would like my algorithm to run faster.
Initialising
Collapse
X
Comment