LeetCode-Notes
Ctrlk
  • Introduction
  • Records of Practice
  • 关于Github 不支持密码问题
  • 面试题
    • 搜索广告
    • 多模态大模型
    • 刷题记录
  • 算法代码实现
  • Python
    • Python 笔记
  • Spark
    • PySpark
    • Spark Issues
    • Spark调优笔记
  • FeatureEngineering
  • Recommendation Algorithm
    • Recall-and-PreRank
    • Ranking
    • DeepLearning-Basic
  • Machine Learning
    • XGBoost
    • Cross Entropy Loss
    • Other models
  • Graph Neural Network
    • GNN-1-Basic
  • Big Data
    • Reservoir Sampling
  • SQL
    • SQL and PySpark functions
    • Query Film Infomation
    • Create, Insert and Alter Actor Table
    • Manage Employment Data
    • Manage Employment Data -2
  • DataStructure
    • Searching
    • Array
    • Sorting
    • LinkedList
    • Tree
      • Find Tree height (general iteration method)
      • Check BST and Check CompleteTree
      • ZigZag Order traversal
      • Binary Tree diameter I
      • Maximum Path Sum Binary Tree
      • Maximum Path Sum Binary Tree II
      • Binary Tree Path Sum To Target III
      • Tree diameter 树的直径II
      • Tree ReConstruction
      • Check if B is Subtree of A
      • The Kth smallest in Binary Search Tree
      • 打印Tree的右视图
      • 二叉搜索树的后序遍历序列
      • 重建二叉树
      • 判断二叉树是否对称
      • Path Sum to Target in Binary Tree
      • Tree-PreOrder-InOrder-PostOrder
    • Heap&Queue
    • 合并k个已排序的链表
    • String
    • DFS/BFS
    • DynamicProgramming
  • Big Data Algorithms
    • Big Data Processing Algorithms
Powered by GitBook
On this page

Was this helpful?

  1. DataStructure

Tree

Find Tree height (general iteration method)Check BST and Check CompleteTreeZigZag Order traversalBinary Tree diameter IMaximum Path Sum Binary TreeMaximum Path Sum Binary Tree IIBinary Tree Path Sum To Target IIITree diameter 树的直径IITree ReConstructionCheck if B is Subtree of AThe Kth smallest in Binary Search Tree打印Tree的右视图二叉搜索树的后序遍历序列重建二叉树判断二叉树是否对称Path Sum to Target in Binary TreeTree-PreOrder-InOrder-PostOrder
Previous删除链表里面重复的元素-1NextFind Tree height (general iteration method)

Last updated 4 years ago

Was this helpful?