Skip to content

General Tree Lowest Common Ancestor

Table of Contents

1483. Kth Ancestor of a Tree Node

  • LeetCode | 力扣

  • Tags: Binary Search, Dynamic Programming, Tree, Depth First Search, Breadth First Search, Design

2846. Minimum Edge Weight Equilibrium Queries in a Tree

  • LeetCode | 力扣

  • Tags: Array, Tree, Graph, Strongly Connected Component

2277. Closest Node to Path in Tree 👑

  • LeetCode | 力扣

  • Tags: Array, Tree, Depth First Search, Breadth First Search