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

2022年2月10日

NC_12_reConstructBinaryTree

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/9/7 */ public class NC_12_reConstructBinaryTree { public TreeNode reCons 阅读全文

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

NC_13_MAX_DEPTH

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/11/4 */ public class NC_13_MAX_DEPTH { public int maxDepth (TreeNode roo 阅读全文

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

NC_11_SORTEDARRAY_2_BST

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/8/18 * 升序数组转二叉平衡树 */ public class NC_11_SORTEDARRAY_2_BST { public TreeN 阅读全文

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

NC_8_BINARYTREE_SUMPATH

摘要: package org.example.interview.practice; import java.util.ArrayList; /** * @author xianzhe.ma * @date 2021/7/12 * 求和为某个值的所哟路径 */ public class NC_8_BINA 阅读全文

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

NC_9_HAS_PATH_SUM

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/8/23 */ public class NC_9_HAS_PATH_SUM { public static class TreeNode { 阅读全文

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

NC_7_MAXPROFIT

摘要: package org.example.interview.practice; import java.util.List; /** * @author xianzhe.ma * @date 2021/7/13 */ public class NC_7_MAXPROFIT { public stat 阅读全文

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

NC_3_ENTRY_LOOP

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2022/1/11 */ public class NC_3_ENTRY_LOOP { public ListNode EntryNodeOfLoop(L 阅读全文

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

NC_5_ALL_PATH_SUM

摘要: package org.example.interview.practice; /** * @author xianzhe.ma * @date 2021/8/21 */ public class NC_5_ALL_PATH_SUM { public static int sumNumbers(Tr 阅读全文

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

NC_6_TREE_MAX_PATH

摘要: package org.example.interview.practice; import java.util.Objects; /** * @author xianzhe.ma * @date 2021/8/18 */ public class NC_6_TREE_MAX_PATH { int 阅读全文

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

NC_1_BIGDATA_ADD

摘要: package org.example.interview.practice; import java.util.Stack; /** * @author xianzhe.ma * @date 2021/9/2 */ public class NC_1_BIGDATA_ADD { public st 阅读全文

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

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

导航