Skip to content

Commit 7c61e9d

Browse files
authored
Demonstrate subtrie
1 parent 861a7e2 commit 7c61e9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/trie.rst

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ An implementation of the `Trie` data structure. This is an associative structure
1212
haskey(t,"Rob") #true
1313
get(t,"Rob",nothing) #42
1414
keys(t) # "Rob", "Roger"
15+
keys(subtrie(t, "Ro")) # "b", "ger"
1516

1617
Constructors::
1718

0 commit comments

Comments
 (0)