Posts by Igor Sabarense • 21 points
1 post
-
2
votes1
answer204
viewsQ: Recursion in Java Queue
My teacher says it’s bad programming practice, passing the variable that interests us as a parameter of a recursive method, e.g.: int getMaior(Celula i, int maiorV) He says it’s best to do the…
javaasked Igor Sabarense 21