We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3110c commit 162bb20Copy full SHA for 162bb20
README.md
@@ -25,6 +25,8 @@ An AVL tree is a binary search tree that keeps itself balanced to ensure efficie
25
### Example Usage
26
27
```julia
28
+using BinaryTrees
29
+
30
tree = AVLTree{Int,Float64}()
31
32
# insert nodes into the tree
0 commit comments