Skip to content

Commit 2e16592

Browse files
committed
Update README.markdown
1 parent be4e1a9 commit 2e16592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Radix-Tree/README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +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)
4+
![](/Radix-Tree/Images/radixtree.png)
55

66
## Operations
77

0 commit comments

Comments
 (0)