Skip to content

Commit be4e1a9

Browse files
committed
Update README.markdown
1 parent e9f4bf4 commit be4e1a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Radix-Tree/README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Radix Tree
22

33
A radix tree is a tree where a node can have any number of children. Each edge leading from a node to a child has a label (usually a string). A radix tree is often used to store strings or IP addresses and by traversing from the root to any leaf in the tree, (by concatenating all the labels of edges along the way) you can find any string. This is a radix tree:
4+
![](/Images/radixtree.png)
45

56
## Operations
67

0 commit comments

Comments
 (0)