update LCA algorithms

This commit is contained in:
orist22 2018-12-05 14:30:11 +09:00
parent 72f49d88fa
commit 17f3b8f245

View File

@ -53,4 +53,3 @@ export default function lca(rootNode, firstNode, secondNode) {
return firstOne;
}