摘要:
a. b.when n is very large,the fault would occur. c.n=1 d.node coverage:{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15} edge coverage:{(1,2),(2,3),(2,3),(3,4),(4 阅读全文
摘要:
一. public intfindLast(int[] x, inty) {//Effects: If x==null throwNullPointerException// else return the index of the last element// in x that equals y 阅读全文