Bea.AI coding blog
Ctrlk
  • Tree
    • Tree Traverse
    • Iteration based traverse
    • Typical problems and solutions
      • Max width of binary tree
      • Binary Tree & BST Serialize & Deserialize
      • Lowest common ancestor (LCA) for Binary Tree and BST
      • Subproblem-based Approach for Resolving Max Value on Trees
      • Path sum III
  • Graph
  • Data structure
  • Algorithm general templates
  • Java Algorithm Tips and Tricks
  • Coding patterns & Strategies
  • Coding patterns & template
  • Code interview steps
  • Leetcode
  • Blind 75
  • Companies
Powered by GitBook
On this page
  1. Tree

Typical problems and solutions

Max width of binary treeBinary Tree & BST Serialize & DeserializeLowest common ancestor (LCA) for Binary Tree and BSTSubproblem-based Approach for Resolving Max Value on TreesPath sum III
PreviousIteration based traverseNextMax width of binary tree

Last updated 2 years ago