Skip to content

Commit 7a278dd

Browse files
author
Abhishek Singh
committed
Documentation
1 parent 4d96840 commit 7a278dd

File tree

2 files changed

+3
-177
lines changed

2 files changed

+3
-177
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ print(trie.search_with_prefix('ab'))
111111

112112
3. Wildcard search using `?` and `*`
113113

114-
a.`?` = 0 or 1 occurance of any character
115-
b.`*` = 0 or more occurance of any character
114+
`?` = 0 or 1 occurance of any character
115+
116+
`*` = 0 or more occurance of any character
116117

117118
```python
118119
print(trie.search('a*o*'))

README.md~

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)