photo

Sahiro Ortega Campoverde


Last seen: presque 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Fibonacci sequence that fills an n*n matrix
for i=2:n for j=1:n; if j==1; h(i,j)=h(i-1,n)+h(i-1,n-1); else if j==2 h(i,j)=h...

presque 2 ans il y a | 0