10000 Update ReadMe.md · codee/swift-algorithm-club@8a5c49a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a5c49a

Browse files
authored
Update ReadMe.md
1 parent d55a224 commit 8a5c49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Trie/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A `Trie`, (also known as a prefix tree, or radix tree in some other implementati
66

77
![A Trie](images/trie.png)
88

9-
Storing the English language is a primary use case for a `Trie`. Each node in the `Trie` would representing a single character of a word. A series of nodes then make up a word.
9+
Storing the English language is a primary use case for a `Trie`. Each node in the `Trie` would represent a single character of a word. A series of nodes then make up a word.
1010

1111
## Why a Trie?
1212

0 commit comments

Comments
 (0)
0