Skip to content

Commit 285a1e9

Browse files
author
Christian Encarnacion
committed
Update ReadMe.md
1 parent 80f2611 commit 285a1e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Trie/ReadMe.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ Let n be the length of some key in the trie
204204
* Find(...) : In the Worst case O(n)
205205
* Insert(...) : O(n)
206206
* Remove(...) : O(n)
207-
*
208207

209208
###Other Notable Operations
210209

@@ -213,7 +212,7 @@ Let n be the length of some key in the trie
213212
* isEmpty: Returns true f the trie is empty, false otherwise ( *O(1) )
214213
* contains: Returns true if the trie has a given key, false otherwise ( O(n) )
215214

216-
`
215+
`* denotes that running time may vary depending on implementation
217216

218217
See also [Wikipedia entry for Trie](https://en.wikipedia.org/wiki/Trie).
219218

0 commit comments

Comments
 (0)