You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,44 @@
2
2
[Tries](https://www.youtube.com/watch?v=3CbFFVHQrk4) are data structures that can be used to store sequences - e.g. words as sequences of letters.
3
3
Tries support faster and more precise query executions related to those sequences.
4
4
5
-
## Usage Examples
5
+
## Classical Tries
6
+
### Usage Examples
6
7
7
-
Please check the [unit tests](https://github.com/distributed-ledger-technology/tries/blob/main/src/trie.spec.ts) to explore usage examples
For further usage examples etc. please check the [unit tests](https://github.com/distributed-ledger-technology/tries/blob/main/src/trie.spec.ts).
0 commit comments