摘要: 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 阅读(91) 评论(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 阅读(103) 评论(0) 推荐(0) 编辑