From 43d87ea378bc311995a7893b9b16c5a768d3bc95 Mon Sep 17 00:00:00 2001
From: Noah Zarro <noahzarro@gmail.com>
Date: Tue, 3 Aug 2021 13:31:54 +0200
Subject: [PATCH] nearly done

---
 summary.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/summary.md b/summary.md
index ab776c2..63ae397 100644
--- a/summary.md
+++ b/summary.md
@@ -94,6 +94,7 @@ rounds.
 
 ### Labeling
 |Name|Algorithm|Label Size|
+|---|---|---|
 |Naive Distance Labeling|![naive_distance_labeling](images/naive_distance_labelin.png)|$`O(n\log n)`$|
 |Heavy Light Decomposition|![heavy_light_decomposition](images/heavy_light_decomposition.png)|$`O(\log^2n)`$|
 |Naive Hub Labeling|![naive_hub_labeling](images/naive_hub_labeling.png)|$`O(\mid H\mid \log n)`$|
@@ -101,7 +102,7 @@ rounds.
 
 ## Structures
 - TODO: Local Model
-
+- TODO: Congest Model
 
 ## Varia
 
-- 
GitLab