summaryrefslogtreecommitdiff
path: root/graph/LCA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graph/LCA.cpp')
-rw-r--r--graph/LCA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph/LCA.cpp b/graph/LCA.cpp
index a57e326..c79cc5c 100644
--- a/graph/LCA.cpp
+++ b/graph/LCA.cpp
@@ -18,4 +18,4 @@ int getLCA(int a, int b) { // Laufzeit: O(1)
// Benutzung:
int c = 0;
initLCA(0, 0, c);
-initRMQ();
+initRMQ(); // Ersetze das data im RMQ-Code von oben durch depth.