Posts by Ismael Fofonka dos Santos • 1 point
1 post
-
0
votes2
answers510
viewsA: Vector Comparison Problem - Java
You could do it differently: - Work only with the two arrays being compared, thus avoiding the creation of the third array and the two boot loops; - In its search structure, it could remove the…