Skip to content

Commit 17f3b8f

Browse files
committedDec 5, 2018
update LCA algorithms
1 parent 72f49d8 commit 17f3b8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/algorithms/tree/lowest-common-ancestor/lowestCommonAncestor.js

-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ export default function lca(rootNode, firstNode, secondNode) {
5353

5454
return firstOne;
5555
}
56-

0 commit comments

Comments
 (0)