Skip to content

Commit 9930447

Browse files
committed
removed gitignore and env file- fixed a small typo in trie file
1 parent ed0f5c4 commit 9930447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/Data Structures/Tries/trie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For the strings example, supposing we have a list of strings to store in our dat
99
3. ear
1010
4. end
1111

12-
And one of the methods we are to support is a search operation for any of the words, we can approach it the basic way - select each word, and do a string comparison, matching letter to letter. The algorithm would be as follows
12+
And one of the methods we are to support is a search operation for any of the words, we can approach it the basic way - select each word, and do a string comparison, matching letter to letter. The algorithm would be as follows:
1313

1414

1515
```

0 commit comments

Comments
 (0)