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

lecture 14

parent 8e337a89
No related branches found
No related tags found
No related merge requests found
images/heavy_light_decomposition.png

68 KiB

images/hub_labeling.png

48.2 KiB

images/naive_hub_labeling.png

64.4 KiB

......@@ -95,7 +95,9 @@ 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)`$|
|Hub Labeling|![hub_labeling](images/hub_labeling.png)|$`O(\mid F\mid)\log n`$|
## Structures
- TODO: Local Model
......
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