From a3f57bd0deac1cce64e7a59eb97040a5b08f0cdf Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Tue, 21 Sep 2021 13:14:50 +0200 Subject: [PATCH] Persistence: Make it compile --- 201-persist/Makefile | 2 +- 201-persist/persist.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/201-persist/Makefile b/201-persist/Makefile index e314f5f..e1dec3f 100644 --- a/201-persist/Makefile +++ b/201-persist/Makefile @@ -1,4 +1,4 @@ -PICS=point-localization +PICS=point-localization fat-nodes path-copying TOP=.. diff --git a/201-persist/persist.tex b/201-persist/persist.tex index cdf8224..681867c 100644 --- a/201-persist/persist.tex +++ b/201-persist/persist.tex @@ -148,7 +148,7 @@ First B is inserted as a left child of A, then C is inserted as a left child of These operations are captured by a schema of fat vertices in figure \figref{taf-nodes}. Inverse pointers for the latest version are dotted. -\figure[fat-nodes]{fat-nodes.pdf}{Fat Nodes} +\figure[fat-nodes]{fat-nodes.pdf}{}{Fat Nodes} To take advantage of fat nodes, we need the balancing algorithm to limit the number of vertices that change in one operation. It is sufficient that the changes can be amortized to a constant number per update. -- GitLab