Skip to content
Snippets Groups Projects
Commit 43d87ea3 authored by Noah Zarro's avatar Noah Zarro
Browse files

nearly done

parent e43b8de9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment