摘要: Implement a method to find the second largest number in an array of ints. If the input array is empty or contains only a single number, the method mus 阅读全文
posted @ 2020-08-16 11:36 longlong6296 阅读(125) 评论(0) 推荐(0)
摘要: Implement a method that finds the index of the K-th element equal to the minimum in an array of ints. If no such element can be found, return -1. The 阅读全文
posted @ 2020-08-16 11:05 longlong6296 阅读(103) 评论(0) 推荐(0)