🌃
Limited Algorithm
Ctrlk
  • Summary
  • Hash & TreeMap
  • Queue &Stack & PQ
  • Hybrid Data Structure
  • Graph
  • Graph Backtracking and Others
  • Tree
    • Tree Representation
    • Tree Concept
    • Tree with Pure Recursion and Backtracking Summary
    • Tree and Recursion 1
    • Tree Backtracking I: Intro and Compare to Pure Recursion
    • Tree Backtracking II: Compare to Tree Pure Recursion
      • Problem 1 Longest ZigZag Path in a Binary Tree
      • Problem 2: Longest Ascending Path Binary Tree
      • Problem 3 Sum Root to Leaf Numbers
      • Problem 4 Binary Tree Longest Consecutive Sequence
      • Problem 5 Binary Tree Longest Consecutive Sequence II
    • Binary Tree Traversal I Depth First Search
  • Pure Recursion & Backtracking
  • Dynamic Programming
  • Others
  • Array& LinkedList & String
  • Adavance Two Pointer
  • Advance Sliding Window
  • Advance Binary Search
  • Advance Young's Matrix
  • Java Knowledge
Powered by GitBook
On this page
  1. Tree
  2. Tree Backtracking II: Compare to Tree Pure Recursion

Problem 4 Binary Tree Longest Consecutive Sequence

PreviousProblem 3 Sum Root to Leaf NumbersNextProblem 5 Binary Tree Longest Consecutive Sequence II