List Question
20 TechQA 2022-07-02T07:22:34.490000lowest common ancestor (LCA) of two given nodes; getting null for one set of values; getting correct answer for another set
177 views
Asked by Sidhartha Mohapatra
How does "if right and left: return root" and the "return right or left" help us find the least common ancestor?
487 views
Asked by AudioBubble
Getting Wrong ancestor for the right side of the tree
79 views
Asked by Andro Star
How to define LCA(Least Common Ancestor)(of two nodes) in case of a graph?
293 views
Asked by Abhishek Jaiswal
Is this LCA algorithm ok, used elsewhere?
50 views
Asked by zoran2
find most visited node in a graph
1.3k views
Asked by zuccy
Why is this implicit cast is not possible?
197 views
Asked by Node.JS
Determine least common ancestor at compile-time
752 views
Asked by Nicolas Holthaus
Unclear understanding on Lowest Common Ancestor(LCA) Algorithm
137 views
Asked by thoughtful me
How to represent a non binary tree and how to do LCA on that tree?
6.7k views
Asked by drop27
Finding least Common ancestor in Binary Tree with o(h^2) for a change
144 views
Asked by Meitar
Most efficient algorithm to check if leaf c is in the same subtree as leaves a and b
212 views
Asked by Adam Atanas
what is wrong in my C++ code? Least Common ancestor
153 views
Asked by Sakthi K
Least common ancestor search in binary tree non recursive version - Java
1.1k views
Asked by Yuval Levy
What's wrong with this least common ancestor algorithm?
935 views
Asked by Patrick Collins
How do criss-cross merges arise in Git?
5.8k views
Asked by MACS
Find multiple LCAs in unrooted tree
2.8k views
Asked by ciechowoj
How to compute a least common ancestor algorithm's time complexity?
1.4k views
Asked by bigpotato
modification to LCA code for binary tree to check if node is present in Java
765 views
Asked by brain storm