diff options
| -rw-r--r-- | graph/LCA.cpp | 2 | ||||
| -rw-r--r-- | tcr.pdf | bin | 300287 -> 300533 bytes |
2 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. Binary files differ |
