Bastien Aubecq
Results
1
issues of
Bastien Aubecq
I've found a case where the solution to the "Bubbles" exercice is not the smallest possible number of pairs as requested : ```java List contacts = Collections.unmodifiableList(Arrays.asList( new Contact("C", "D"),...