We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc8fc2 commit 6fe57e1Copy full SHA for 6fe57e1
README.md
@@ -31,7 +31,7 @@ This is a collection of algorithms and data structures which I've implement over
31
# What's been implemented:
32
33
## Data Structures
34
-* [AVL Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/AVLTree.java)
+* [AVL Tree](../AVLTree.java)
35
* [B-Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BTree.java)
36
* [Binary Heap (backed by an array or a tree)](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BinaryHeap.java)
37
* [Binary Search Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BinarySearchTree.java)
0 commit comments