Community Profile

photo

Himalsha Dharmapala


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
recursive function to calculate Max number.
function output= recursive_max3(v) if v(1,:)==0 output=v(1); else if v(end)>=v output=v(end); e...

3 years ago | 0