General Tree Lowest Common Ancestor¶
Table of Contents¶
- 1483. Kth Ancestor of a Tree Node (Hard)
- 2846. Minimum Edge Weight Equilibrium Queries in a Tree (Hard)
- 2277. Closest Node to Path in Tree (Hard) 👑
1483. Kth Ancestor of a Tree Node¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: binary search, dynamic programming, tree, depth first search, breadth first search, design
2846. Minimum Edge Weight Equilibrium Queries in a Tree¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: array, tree, graph, strongly connected component
2277. Closest Node to Path in Tree¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: array, tree, depth first search, breadth first search