Skip to content

Commit 162bb20

Browse files
committed
Update README
1 parent 0b3110c commit 162bb20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ An AVL tree is a binary search tree that keeps itself balanced to ensure efficie
2525
### Example Usage
2626

2727
```julia
28+
using BinaryTrees
29+
2830
tree = AVLTree{Int,Float64}()
2931

3032
# insert nodes into the tree

0 commit comments

Comments
 (0)