Open manuelmontenegro opened 10 years ago
980d0c3
The InsertionSort.java file contains among others, two dummy methods: sillyFunction(int[] array, int position) sillyFunction(int[] array, Integer position)
The latter works fine, the former throws a ClassCastException.
980d0c3
The InsertionSort.java file contains among others, two dummy methods: sillyFunction(int[] array, int position) sillyFunction(int[] array, Integer position)
The latter works fine, the former throws a ClassCastException.