Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Singh committed Jun 17, 2018
1 parent 4d96840 commit 7a278dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 177 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -111,8 +111,9 @@ print(trie.search_with_prefix('ab'))

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

a.`?` = 0 or 1 occurance of any character
b.`*` = 0 or more occurance of any character
`?` = 0 or 1 occurance of any character

`*` = 0 or more occurance of any character

```python
print(trie.search('a*o*'))
Expand Down
175 changes: 0 additions & 175 deletions README.md~

This file was deleted.

0 comments on commit 7a278dd

Please sign in to comment.