Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Pro committed Oct 29, 2023
1 parent 381f692 commit 2c54ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tails.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Instead of storing each character of the trie in the separate node, we can store

"Tail" is the suffix part of the key that belongs to one key only.

For example before optimiztion keys "apple" and "approve" will be stored this way (one node per character):
For example before optimiztion keys "apple" and "approve" were stored this way (one node per character):

a - p - p - l - e
|
Expand Down

0 comments on commit 2c54ed3

Please sign in to comment.