Community Profile

photo

Himalsha Dharmapala


Last seen: alrededor de 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

más de 3 años hace | 0