Skip to content
Snippets Groups Projects
Commit 0ae9df77 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent dff544cb
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Started the whole distributed hash tree (DHT) craze. Started the whole distributed hash tree (DHT) craze.
This would be slow: ## This would be slow:
![1](chord1.png) ![1](chord1.png)
...@@ -19,14 +19,14 @@ This would be slow: ...@@ -19,14 +19,14 @@ This would be slow:
Maybe these would help, finger tables w/ 7 entries for 256-bit space: ## Maybe these would help, finger tables w/ 7 entries for 256-bit space:
![1](chord2.png) ![1](chord2.png)
But finger <i>i</i> points to the <i>successor</i> of: n+2^(i-1): ## But finger *i* points to the *successor* of: $$n+2^(i-1)$$
![1](chord3.png) ![1](chord3.png)
...@@ -37,6 +37,8 @@ But finger <i>i</i> points to the <i>successor</i> of: n+2^(i-1): ...@@ -37,6 +37,8 @@ But finger <i>i</i> points to the <i>successor</i> of: n+2^(i-1):
![1](chord5.png) ![1](chord5.png)
## Insertion of node at "36"
![1](chord6.png) ![1](chord6.png)
![1](chord7.png) ![1](chord7.png)
![1](chord8.png) ![1](chord8.png)
......
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