Skip to content

Commit 6f93036

Browse files
author
jsroyal
committed
update
1 parent 6cc8fc2 commit 6f93036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This is a collection of algorithms and data structures which I've implement over
3131
# What's been implemented:
3232

3333
## Data Structures
34-
* [AVL Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/AVLTree.java)
34+
* [\[AVL Tree\]](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/AVLTree.java)
3535
* [B-Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BTree.java)
3636
* [Binary Heap (backed by an array or a tree)](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BinaryHeap.java)
3737
* [Binary Search Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BinarySearchTree.java)

0 commit comments

Comments
 (0)