摘要: import org.junit.Test;import java.util.Arrays;public class SearchMatrix { /** * @param matrix: matrix, a list of lists of integ... 阅读全文
posted @ 2018-08-28 17:30 wei1 阅读(99) 评论(0) 推荐(0)
摘要: import org.junit.Test;public class Reverse { /** * @param head: n * @return: The new head of reversed linked list. * ... 阅读全文
posted @ 2018-08-28 00:57 wei1 阅读(113) 评论(0) 推荐(0)