上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 41 下一页

2022年2月10日

NC_45_THREE_ORDERS NC_46_TARGET_VALUE

摘要: package org.example.interview.practice; import java.util.ArrayList; /** * @author xianzhe.ma * @date 2021/8/30 */ public class NC_45_THREE_ORDERS { pu 阅读全文

posted @ 2022-02-10 16:37 MaXianZhe 阅读(16) 评论(0) 推荐(0) 编辑

NC_40_MERGETWOLINKLIST NC_41_LONGEST_SUBARR NC_42_PERMUTATION

摘要: package org.example.interview.practice; import java.util.ArrayDeque; import java.util.Deque; /** * @author xianzhe.ma * @date 2021/7/13 */ public clas 阅读全文

posted @ 2022-02-10 16:28 MaXianZhe 阅读(30) 评论(0) 推荐(0) 编辑

NC_35_EDIT_COST NC_36_findMedianinTwoSortedAray NC_37_MERGEINTERVAL

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/11/6 */ public class NC_36_findMedianinTwoSortedAray { public int findMe 阅读全文

posted @ 2022-02-10 16:22 MaXianZhe 阅读(25) 评论(0) 推荐(0) 编辑

NC_31_FirstNotRepeatingChar NC_32_SQRT NC_33_MERGE_LINKLIST NC_34_UNIQUE_PATH

摘要: package org.example.interview.practice; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.TreeMap; /** * @author 阅读全文

posted @ 2022-02-10 16:21 MaXianZhe 阅读(28) 评论(0) 推荐(0) 编辑

NC_26_GenerateParenthesis NC_27_ALL_SUBARRAY NC_28_Min_Window NC_29_FIND_IN_MATRIX

摘要: package org.example.interview.practice; import java.util.ArrayList; import java.util.List; /** * @author xianzhe.ma * @date 2021/8/23 */ public class 阅读全文

posted @ 2022-02-10 16:20 MaXianZhe 阅读(50) 评论(0) 推荐(0) 编辑

NC_22_MERGE_ARRAY-NC_23_PARTITION_LIST-NC_24_DELETEDUPLICATENODE

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/9/1 */ public class NC_22_MERGE_ARRAY { public static void merge(int A[] 阅读全文

posted @ 2022-02-10 15:54 MaXianZhe 阅读(30) 评论(0) 推荐(0) 编辑

NC_18_ROTATEMATRIX-NC_19_maxsumofSubarray-NC_20_restoreIpAddresses

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/8/14 */ public class NC_18_ROTATEMATRIX { public int[][] rotateMatrix(in 阅读全文

posted @ 2022-02-10 15:53 MaXianZhe 阅读(34) 评论(0) 推荐(0) 编辑

NC_17_getLongestPalindrome

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/9/3 */ public class NC_17_getLongestPalindrome { public static int getLo 阅读全文

posted @ 2022-02-10 15:52 MaXianZhe 阅读(38) 评论(0) 推荐(0) 编辑

NC_16_IS_Symmetric

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/8/15 */ public class NC_16_IS_Symmetric { public boolean isSymmetric (Tr 阅读全文

posted @ 2022-02-10 15:50 MaXianZhe 阅读(13) 评论(0) 推荐(0) 编辑

NC_15_levelOrder

摘要: package org.example.interview.practice; import com.sun.jmx.remote.internal.ArrayQueue; import java.util.ArrayDeque; import java.util.ArrayList; import 阅读全文

posted @ 2022-02-10 15:46 MaXianZhe 阅读(37) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 41 下一页

导航