Skip to content

Commit fd8a848

Browse files
enhance readme
1 parent 972c8e4 commit fd8a848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ console.log(JSON.stringify(brain, undefined, 2))
5757
**I** In
5858
**A** Alphanumeric
5959

60-
In the Ethereum Blockchain pretty much everything (state trie, transaction trie, receipt trie, ...) ist stored in PATRICIA Tries. For details I can recommend [this video](https://www.youtube.com/watch?v=OxofT39TJgg).
60+
PATRICIA Tries are Radix Trees with the [radix 2](https://cs.stackexchange.com/questions/63048/what-is-the-difference-between-radix-trees-and-patricia-tries). They became especially famous because in the Ethereum Blockchain pretty much everything (state trie, transaction trie, receipt trie, ...) is stored in PATRICIA Tries. For details I can recommend [this video](https://www.youtube.com/watch?v=OxofT39TJgg).
6161

6262
### Usage Examples
6363
... Under Construction ...

0 commit comments

Comments
 (0)