Lecture 14
InsertionSort.java
The bug was in the return type of the function. The function was declared as returning int, but it didn't return. After changing the return type to void the verification succeeded.
|
|||
Personal tools |