Update md

This commit is contained in:
Jimmy Debe
2026-01-01 23:37:38 -05:00
committed by GitHub
parent 99e19b762f
commit 124e4fc080

View File

@@ -113,17 +113,17 @@ Returns the minimum block depth at which the two branches converge to a common c
Examples: Examples:
1. $$\textbf{CommonPrefixDepth}(b_1, b_2) = (0, 4)$$ 1- $$\textbf{CommonPrefixDepth}(b_1, b_2) = (0, 4)$$
implies that $b_2$ is ahead of $b_1$ by 4 blocks implies that $b_2$ is ahead of $b_1$ by 4 blocks
![image](./images/image1.jpeg) ![image](./images/image1.jpeg)
2. $$\textbf{CommonPrefixDepth}(b_2, b_5) = (2, 3)$$ 2- $$\textbf{CommonPrefixDepth}(b_2, b_5) = (2, 3)$$
would represent a forking tree like the one illustrated below: would represent a forking tree like the one illustrated below:
![image2](./images/commonprefix2.jpeg) ![image2](./images/commonprefix2.jpeg)
3. $$\textbf{density}(b_i, d, s_{gen})$$ 3- $$\textbf{density}(b_i, d, s_{gen})$$
![image3](./images/density.jpeg) ![image3](./images/density.jpeg)