Doubt related variable given

if(no< min_so_far) {min_so _ far= no;} . min so far variable giving no is not understand

Hello @mohitenikhil888 in this we are finding the min number in the array as we will find and check if the current number if smaller then the minimum element we have find then we will update the min_so_far with that number.