Posts by Anderson Lessa • 23 points
2 posts
-
2
votes1
answer35
viewsQ: Vector Search - Arrayindexoutofboundsexception
I’m building a function that does a linear search on an arrangement. What I would like is that instead of leaving in the call the value of the size of the arrangement, I would like to use the…
-
0
votes0
answers578
viewsQ: Numerical recursive sequence in Java
I need to do a numerical sequence in recursive mode that, after arriving at the n number (5, in the example), starts to do the inverse sequence. Example: 1234554321 I’ve done what the normal…