Posts by Marcos Costa • 41 points
2 posts
-
0
votes0
answers337
viewsQ: Vector ordering
I’m learning about vectors and matrices, and I haven’t been able to solve a question in the right way for a long time. The statement says: Given some vector, sort it in sequential (numerical).…
-
4
votes1
answer458
viewsQ: How to find the lowest value of a moon matrix?
I made this code that makes an Array (at least I think it’s doing) and then writes all the values in it. Obs: The values are random. I need to find the lowest matrix value, but the logic I’ve always…